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