pub struct KeyArg { /* private fields */ }Expand description
“key-arg”.
Implementations§
Trait Implementations§
impl StructuralPartialEq for KeyArg
Auto Trait Implementations§
impl Freeze for KeyArg
impl RefUnwindSafe for KeyArg
impl Send for KeyArg
impl Sync for KeyArg
impl Unpin for KeyArg
impl UnwindSafe for KeyArg
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