pub struct CardProjection { /* private fields */ }Expand description
In-memory card_id → wire dict map driven by soothe.card.* frames.
Implementations§
Trait Implementations§
Source§impl Debug for CardProjection
impl Debug for CardProjection
Source§impl Default for CardProjection
impl Default for CardProjection
Source§fn default() -> CardProjection
fn default() -> CardProjection
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CardProjection
impl RefUnwindSafe for CardProjection
impl Send for CardProjection
impl Sync for CardProjection
impl Unpin for CardProjection
impl UnsafeUnpin for CardProjection
impl UnwindSafe for CardProjection
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