pub struct KwArg {
pub key: String,
pub arg: Arg,
}Expand description
Keyword argument
Fields§
§key: String§arg: ArgTrait Implementations§
Auto Trait Implementations§
impl Freeze for KwArg
impl RefUnwindSafe for KwArg
impl Send for KwArg
impl Sync for KwArg
impl Unpin for KwArg
impl UnwindSafe for KwArg
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