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