pub enum Csd {
V1(CsdV1),
V2(CsdV2),
}
Expand description
Card Specific Data
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Csd
impl RefUnwindSafe for Csd
impl Send for Csd
impl Sync for Csd
impl Unpin for Csd
impl UnwindSafe for Csd
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