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