pub struct Notes;
Trait Implementations§
Source§impl Ord for Notes
impl Ord for Notes
Source§impl PartialOrd for Notes
impl PartialOrd for Notes
impl Copy for Notes
impl Eq for Notes
impl StructuralPartialEq for Notes
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