pub struct NoteId(pub u64);
Expand description
Unique identifier for an Anki note
Tuple Fields§
§0: u64
Implementations§
Trait Implementations§
impl Copy for NoteId
impl Eq for NoteId
impl StructuralPartialEq for NoteId
Auto Trait Implementations§
impl Freeze for NoteId
impl RefUnwindSafe for NoteId
impl Send for NoteId
impl Sync for NoteId
impl Unpin for NoteId
impl UnwindSafe for NoteId
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