pub struct ArgDef {
pub name: String,
pub arg_type: String,
pub optional: bool,
}Expand description
Object argument definition
Fields§
§name: String§arg_type: String§optional: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ArgDef
impl RefUnwindSafe for ArgDef
impl Send for ArgDef
impl Sync for ArgDef
impl Unpin for ArgDef
impl UnsafeUnpin for ArgDef
impl UnwindSafe for ArgDef
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