pub struct TimeBuf { /* private fields */ }Expand description
A container for just enough bytes to hold the largest-possible time instance.
It’s used in conjunction with
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeBuf
impl RefUnwindSafe for TimeBuf
impl Send for TimeBuf
impl Sync for TimeBuf
impl Unpin for TimeBuf
impl UnwindSafe for TimeBuf
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