pub struct TimeBracket;Expand description
TimeBracket (943).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeBracket
impl RefUnwindSafe for TimeBracket
impl Send for TimeBracket
impl Sync for TimeBracket
impl Unpin for TimeBracket
impl UnsafeUnpin for TimeBracket
impl UnwindSafe for TimeBracket
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