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