pub struct KwArgs {
pub kwargs: Vec<KwArg>,
}Expand description
Structure storing the arguments
Fields§
§kwargs: Vec<KwArg>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KwArgs
impl RefUnwindSafe for KwArgs
impl Send for KwArgs
impl Sync for KwArgs
impl Unpin for KwArgs
impl UnwindSafe for KwArgs
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