pub struct CribCards { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for CribCards
impl RefUnwindSafe for CribCards
impl Send for CribCards
impl Sync for CribCards
impl Unpin for CribCards
impl UnsafeUnpin for CribCards
impl UnwindSafe for CribCards
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