pub struct SnrQuarterDb(/* private fields */);Implementations§
Source§impl SnrQuarterDb
impl SnrQuarterDb
Trait Implementations§
Source§impl Clone for SnrQuarterDb
impl Clone for SnrQuarterDb
Source§fn clone(&self) -> SnrQuarterDb
fn clone(&self) -> SnrQuarterDb
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SnrQuarterDb
Source§impl Debug for SnrQuarterDb
impl Debug for SnrQuarterDb
impl Eq for SnrQuarterDb
Source§impl Hash for SnrQuarterDb
impl Hash for SnrQuarterDb
Source§impl Ord for SnrQuarterDb
impl Ord for SnrQuarterDb
Source§fn cmp(&self, other: &SnrQuarterDb) -> Ordering
fn cmp(&self, other: &SnrQuarterDb) -> Ordering
1.21.0 (const: unstable) · 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 for SnrQuarterDb
impl PartialEq for SnrQuarterDb
Source§impl PartialOrd for SnrQuarterDb
impl PartialOrd for SnrQuarterDb
impl StructuralPartialEq for SnrQuarterDb
Auto Trait Implementations§
impl Freeze for SnrQuarterDb
impl RefUnwindSafe for SnrQuarterDb
impl Send for SnrQuarterDb
impl Sync for SnrQuarterDb
impl Unpin for SnrQuarterDb
impl UnsafeUnpin for SnrQuarterDb
impl UnwindSafe for SnrQuarterDb
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