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