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