pub enum SysdiagramsColumn {
Name,
PrincipalId,
DiagramId,
Version,
Definition,
}
Expand description
Columns in table sysdiagrams
See also: [`sysdiagrams.html>
Variants§
Name
Index of column name
PrincipalId
Index of column principal_id
DiagramId
Index of column diagram_id
Version
Index of column version
Definition
Index of column definition
Trait Implementations§
source§impl Clone for SysdiagramsColumn
impl Clone for SysdiagramsColumn
source§fn clone(&self) -> SysdiagramsColumn
fn clone(&self) -> SysdiagramsColumn
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 SysdiagramsColumn
impl Debug for SysdiagramsColumn
source§impl Hash for SysdiagramsColumn
impl Hash for SysdiagramsColumn
source§impl Ord for SysdiagramsColumn
impl Ord for SysdiagramsColumn
source§fn cmp(&self, other: &SysdiagramsColumn) -> Ordering
fn cmp(&self, other: &SysdiagramsColumn) -> 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<SysdiagramsColumn> for SysdiagramsColumn
impl PartialEq<SysdiagramsColumn> for SysdiagramsColumn
source§fn eq(&self, other: &SysdiagramsColumn) -> bool
fn eq(&self, other: &SysdiagramsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<SysdiagramsColumn> for SysdiagramsColumn
impl PartialOrd<SysdiagramsColumn> for SysdiagramsColumn
source§fn partial_cmp(&self, other: &SysdiagramsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &SysdiagramsColumn) -> 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 SysdiagramsColumn
impl TypedColumn for SysdiagramsColumn
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