Enum rorm::representations::FFIOrdering
source · #[repr(C)]
pub enum FFIOrdering {
Asc,
Desc,
}
Expand description
Representation of the [Ordering]
Variants§
Trait Implementations§
source§impl Clone for FFIOrdering
impl Clone for FFIOrdering
source§fn clone(&self) -> FFIOrdering
fn clone(&self) -> FFIOrdering
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 From<FFIOrdering> for Ordering
impl From<FFIOrdering> for Ordering
source§fn from(v: FFIOrdering) -> Self
fn from(v: FFIOrdering) -> Self
Converts to this type from the input type.