pub struct KeyedObject { /* private fields */ }
Trait Implementations§
Source§impl Debug for KeyedObject
impl Debug for KeyedObject
Source§impl Default for KeyedObject
impl Default for KeyedObject
Source§fn default() -> KeyedObject
fn default() -> KeyedObject
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for KeyedObject
impl !RefUnwindSafe for KeyedObject
impl !Send for KeyedObject
impl !Sync for KeyedObject
impl Unpin for KeyedObject
impl !UnwindSafe for KeyedObject
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