pub struct ArgSpec {
pub req: Vec<RcStr>,
pub def: Vec<(RcStr, Val)>,
pub var: Option<RcStr>,
}
Fields§
§req: Vec<RcStr>
§def: Vec<(RcStr, Val)>
§var: Option<RcStr>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArgSpec
impl !RefUnwindSafe for ArgSpec
impl !Send for ArgSpec
impl !Sync for ArgSpec
impl Unpin for ArgSpec
impl !UnwindSafe for ArgSpec
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