pub struct PrintClock(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PrintClock
impl Clone for PrintClock
Source§fn clone(&self) -> PrintClock
fn clone(&self) -> PrintClock
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 PrintClock
impl Debug for PrintClock
Source§impl Default for PrintClock
impl Default for PrintClock
Source§fn default() -> PrintClock
fn default() -> PrintClock
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrintClock
impl<'de> Deserialize<'de> for PrintClock
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for PrintClock
impl Display for PrintClock
Source§impl From<bool> for PrintClock
impl From<bool> for PrintClock
Source§impl Hash for PrintClock
impl Hash for PrintClock
Source§impl KeywordDisplay for PrintClock
impl KeywordDisplay for PrintClock
Source§impl Ord for PrintClock
impl Ord for PrintClock
Source§fn cmp(&self, other: &PrintClock) -> Ordering
fn cmp(&self, other: &PrintClock) -> 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 PrintClock
impl PartialEq for PrintClock
Source§impl PartialOrd for PrintClock
impl PartialOrd for PrintClock
Source§impl Serialize for PrintClock
impl Serialize for PrintClock
impl Copy for PrintClock
impl Eq for PrintClock
impl StructuralPartialEq for PrintClock
Auto Trait Implementations§
impl Freeze for PrintClock
impl RefUnwindSafe for PrintClock
impl Send for PrintClock
impl Sync for PrintClock
impl Unpin for PrintClock
impl UnwindSafe for PrintClock
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