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