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