pub struct isOneTime;Trait Implementations§
Auto Trait Implementations§
impl Freeze for isOneTime
impl RefUnwindSafe for isOneTime
impl Send for isOneTime
impl Sync for isOneTime
impl Unpin for isOneTime
impl UnwindSafe for isOneTime
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