pub struct CheckK;Auto Trait Implementations§
impl Freeze for CheckK
impl RefUnwindSafe for CheckK
impl Send for CheckK
impl Sync for CheckK
impl Unpin for CheckK
impl UnsafeUnpin for CheckK
impl UnwindSafe for CheckK
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