pub struct SetNanosPerTick {
pub nanos: u64,
}
Fields§
§nanos: u64
Trait Implementations§
Source§impl Clone for SetNanosPerTick
impl Clone for SetNanosPerTick
Source§fn clone(&self) -> SetNanosPerTick
fn clone(&self) -> SetNanosPerTick
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 Codec for SetNanosPerTick
impl Codec for SetNanosPerTick
Source§impl Debug for SetNanosPerTick
impl Debug for SetNanosPerTick
Source§impl Display for SetNanosPerTick
impl Display for SetNanosPerTick
Source§impl Hash for SetNanosPerTick
impl Hash for SetNanosPerTick
Source§impl Ord for SetNanosPerTick
impl Ord for SetNanosPerTick
Source§fn cmp(&self, other: &SetNanosPerTick) -> Ordering
fn cmp(&self, other: &SetNanosPerTick) -> 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 for SetNanosPerTick
impl PartialEq for SetNanosPerTick
Source§impl PartialOrd for SetNanosPerTick
impl PartialOrd for SetNanosPerTick
impl Copy for SetNanosPerTick
impl Eq for SetNanosPerTick
impl StructuralPartialEq for SetNanosPerTick
Auto Trait Implementations§
impl Freeze for SetNanosPerTick
impl RefUnwindSafe for SetNanosPerTick
impl Send for SetNanosPerTick
impl Sync for SetNanosPerTick
impl Unpin for SetNanosPerTick
impl UnwindSafe for SetNanosPerTick
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