pub enum RenderComponentFlashColumn {
Id,
Interactive,
Animated,
NodeName,
FlashPath,
ElementName,
Uid,
}
Expand description
Columns in table RenderComponentFlash
See also: [`RenderComponentFlash.html>
Variants§
Id
Index of column id
Interactive
Index of column interactive
Animated
Index of column animated
NodeName
Index of column nodeName
FlashPath
Index of column flashPath
ElementName
Index of column elementName
Uid
Index of column _uid
Trait Implementations§
source§impl Clone for RenderComponentFlashColumn
impl Clone for RenderComponentFlashColumn
source§fn clone(&self) -> RenderComponentFlashColumn
fn clone(&self) -> RenderComponentFlashColumn
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 RenderComponentFlashColumn
impl Debug for RenderComponentFlashColumn
source§impl Hash for RenderComponentFlashColumn
impl Hash for RenderComponentFlashColumn
source§impl Ord for RenderComponentFlashColumn
impl Ord for RenderComponentFlashColumn
source§fn cmp(&self, other: &RenderComponentFlashColumn) -> Ordering
fn cmp(&self, other: &RenderComponentFlashColumn) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<RenderComponentFlashColumn> for RenderComponentFlashColumn
impl PartialEq<RenderComponentFlashColumn> for RenderComponentFlashColumn
source§fn eq(&self, other: &RenderComponentFlashColumn) -> bool
fn eq(&self, other: &RenderComponentFlashColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<RenderComponentFlashColumn> for RenderComponentFlashColumn
impl PartialOrd<RenderComponentFlashColumn> for RenderComponentFlashColumn
source§fn partial_cmp(&self, other: &RenderComponentFlashColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &RenderComponentFlashColumn) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl TypedColumn for RenderComponentFlashColumn
impl TypedColumn for RenderComponentFlashColumn
source§fn to_static_str(&self) -> &'static str
fn to_static_str(&self) -> &'static str
Return the original name of the column
source§fn serialize_struct_field<S: SerializeStruct>(
&self,
s: &mut S,
value: Field<'_>
) -> Result<(), S::Error>
fn serialize_struct_field<S: SerializeStruct>( &self, s: &mut S, value: Field<'_> ) -> Result<(), S::Error>
Serialize a field to a struct