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