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