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