Struct kbparse_lib::keybag::Keybagv5Item
source · pub struct Keybagv5Item { /* private fields */ }
Trait Implementations§
source§impl Clone for Keybagv5Item
impl Clone for Keybagv5Item
source§fn clone(&self) -> Keybagv5Item
fn clone(&self) -> Keybagv5Item
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Keybagv5Item
impl Debug for Keybagv5Item
source§impl Default for Keybagv5Item
impl Default for Keybagv5Item
source§fn default() -> Keybagv5Item
fn default() -> Keybagv5Item
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for Keybagv5Item
impl Send for Keybagv5Item
impl Sync for Keybagv5Item
impl Unpin for Keybagv5Item
impl UnwindSafe for Keybagv5Item
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