pub enum KeyPass {
KeyPassPass,
KeyPassFile,
}
Variantsยง
Trait Implementationsยง
impl StructuralPartialEq for KeyPass
Auto Trait Implementationsยง
impl Freeze for KeyPass
impl RefUnwindSafe for KeyPass
impl Send for KeyPass
impl Sync for KeyPass
impl Unpin for KeyPass
impl UnwindSafe for KeyPass
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