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