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