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