pub struct OrdTypeRules {
pub ord_type: Option<OrdType>,
}
Fields§
§ord_type: Option<OrdType>
Tag 40.
Trait Implementations§
Source§impl Clone for OrdTypeRules
impl Clone for OrdTypeRules
Source§fn clone(&self) -> OrdTypeRules
fn clone(&self) -> OrdTypeRules
Returns a duplicate 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 OrdTypeRules
impl Debug for OrdTypeRules
Source§impl Default for OrdTypeRules
impl Default for OrdTypeRules
Source§fn default() -> OrdTypeRules
fn default() -> OrdTypeRules
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OrdTypeRules
impl RefUnwindSafe for OrdTypeRules
impl Send for OrdTypeRules
impl Sync for OrdTypeRules
impl Unpin for OrdTypeRules
impl UnwindSafe for OrdTypeRules
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more