Struct rorm::representations::FFIOrderByEntry
source · #[repr(C)]pub struct FFIOrderByEntry<'a> { /* private fields */ }
Expand description
Representation of a [OrderByEntry]
Trait Implementations§
source§impl<'a> Clone for FFIOrderByEntry<'a>
impl<'a> Clone for FFIOrderByEntry<'a>
source§fn clone(&self) -> FFIOrderByEntry<'a>
fn clone(&self) -> FFIOrderByEntry<'a>
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 more