pub struct NoteType(_);Expand description
An ASCII letter that documents the note type.
This corresponds to the data in the variant identity card.
Implementations§
Trait Implementations§
source§impl PartialEq<NoteType> for NoteType
impl PartialEq<NoteType> for NoteType
impl Copy for NoteType
impl StructuralPartialEq for NoteType
Auto Trait Implementations§
impl RefUnwindSafe for NoteType
impl Send for NoteType
impl Sync for NoteType
impl Unpin for NoteType
impl UnwindSafe for NoteType
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