pub enum ScriptComponentColumn {
Id,
ScriptName,
ClientScriptName,
}
Expand description
Columns in table ScriptComponent
See also: [`ScriptComponent.html>
Variants§
Id
Index of column id
ScriptName
Index of column script_name
ClientScriptName
Index of column client_script_name
Trait Implementations§
source§impl Clone for ScriptComponentColumn
impl Clone for ScriptComponentColumn
source§fn clone(&self) -> ScriptComponentColumn
fn clone(&self) -> ScriptComponentColumn
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 ScriptComponentColumn
impl Debug for ScriptComponentColumn
source§impl Hash for ScriptComponentColumn
impl Hash for ScriptComponentColumn
source§impl Ord for ScriptComponentColumn
impl Ord for ScriptComponentColumn
source§fn cmp(&self, other: &ScriptComponentColumn) -> Ordering
fn cmp(&self, other: &ScriptComponentColumn) -> 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<ScriptComponentColumn> for ScriptComponentColumn
impl PartialEq<ScriptComponentColumn> for ScriptComponentColumn
source§fn eq(&self, other: &ScriptComponentColumn) -> bool
fn eq(&self, other: &ScriptComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ScriptComponentColumn> for ScriptComponentColumn
impl PartialOrd<ScriptComponentColumn> for ScriptComponentColumn
source§fn partial_cmp(&self, other: &ScriptComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &ScriptComponentColumn) -> 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 ScriptComponentColumn
impl TypedColumn for ScriptComponentColumn
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