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