Struct kbparse_lib::keybag::Keybagv5ClassKey
source · pub struct Keybagv5ClassKey { /* private fields */ }
Trait Implementations§
source§impl Debug for Keybagv5ClassKey
impl Debug for Keybagv5ClassKey
source§impl Default for Keybagv5ClassKey
impl Default for Keybagv5ClassKey
source§fn default() -> Keybagv5ClassKey
fn default() -> Keybagv5ClassKey
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for Keybagv5ClassKey
impl Send for Keybagv5ClassKey
impl Sync for Keybagv5ClassKey
impl Unpin for Keybagv5ClassKey
impl UnwindSafe for Keybagv5ClassKey
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