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