pub struct ShortArgs {
pub positional: Vec<ArgValue>,
pub keyword: BTreeMap<String, ArgValue>,
}Fields§
§positional: Vec<ArgValue>§keyword: BTreeMap<String, ArgValue>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShortArgs
impl RefUnwindSafe for ShortArgs
impl Send for ShortArgs
impl Sync for ShortArgs
impl Unpin for ShortArgs
impl UnsafeUnpin for ShortArgs
impl UnwindSafe for ShortArgs
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