pub struct DurationHead { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !Freeze for DurationHead
impl RefUnwindSafe for DurationHead
impl Send for DurationHead
impl Sync for DurationHead
impl Unpin for DurationHead
impl UnsafeUnpin for DurationHead
impl UnwindSafe for DurationHead
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