Enum dilla_renderer::renderable::RenderableType
source · pub enum RenderableType {
Component,
Element,
Template,
Unknown,
}
Variants§
Trait Implementations§
source§impl Clone for RenderableType
impl Clone for RenderableType
source§fn clone(&self) -> RenderableType
fn clone(&self) -> RenderableType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RenderableType
impl Debug for RenderableType
source§impl Default for RenderableType
impl Default for RenderableType
source§fn default() -> RenderableType
fn default() -> RenderableType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RenderableType
impl<'de> Deserialize<'de> for RenderableType
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for RenderableType
impl PartialEq for RenderableType
source§fn eq(&self, other: &RenderableType) -> bool
fn eq(&self, other: &RenderableType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for RenderableType
impl Serialize for RenderableType
impl Eq for RenderableType
impl StructuralEq for RenderableType
impl StructuralPartialEq for RenderableType
Auto Trait Implementations§
impl RefUnwindSafe for RenderableType
impl Send for RenderableType
impl Sync for RenderableType
impl Unpin for RenderableType
impl UnwindSafe for RenderableType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.