pub struct CardEntry {
pub id: String,
pub kind: CardKind,
}Fields§
§id: String§kind: CardKindTrait Implementations§
impl StructuralPartialEq for CardEntry
Auto Trait Implementations§
impl Freeze for CardEntry
impl RefUnwindSafe for CardEntry
impl Send for CardEntry
impl Sync for CardEntry
impl Unpin for CardEntry
impl UnsafeUnpin for CardEntry
impl UnwindSafe for CardEntry
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