pub struct NotesWrap(pub Notes);Tuple Fields§
§0: NotesTrait Implementations§
Auto Trait Implementations§
impl Freeze for NotesWrap
impl RefUnwindSafe for NotesWrap
impl Send for NotesWrap
impl Sync for NotesWrap
impl Unpin for NotesWrap
impl UnsafeUnpin for NotesWrap
impl UnwindSafe for NotesWrap
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