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