pub struct ClientTime(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Debug for ClientTime
impl Debug for ClientTime
Source§impl Deserialize for ClientTime
impl Deserialize for ClientTime
fn deserialize(stream: &mut impl ReadOctetStream) -> Result<Self>where
Self: Sized,
Auto Trait Implementations§
impl Freeze for ClientTime
impl RefUnwindSafe for ClientTime
impl Send for ClientTime
impl Sync for ClientTime
impl Unpin for ClientTime
impl UnwindSafe for ClientTime
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