pub struct Demo { /* private fields */ }
Implementations§
Source§impl Demo
impl Demo
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Demo
impl RefUnwindSafe for Demo
impl Send for Demo
impl Sync for Demo
impl Unpin for Demo
impl UnwindSafe for Demo
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