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