pub struct XtaskCommand {
pub name: String,
pub about: Option<String>,
pub args: Vec<XtaskArg>,
}Fields§
§name: String§about: Option<String>§args: Vec<XtaskArg>Trait Implementations§
Source§impl Clone for XtaskCommand
impl Clone for XtaskCommand
Source§fn clone(&self) -> XtaskCommand
fn clone(&self) -> XtaskCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for XtaskCommand
impl Debug for XtaskCommand
Source§impl<'de> Deserialize<'de> for XtaskCommand
impl<'de> Deserialize<'de> for XtaskCommand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for XtaskCommand
Source§impl PartialEq for XtaskCommand
impl PartialEq for XtaskCommand
Source§impl Serialize for XtaskCommand
impl Serialize for XtaskCommand
impl StructuralPartialEq for XtaskCommand
Auto Trait Implementations§
impl Freeze for XtaskCommand
impl RefUnwindSafe for XtaskCommand
impl Send for XtaskCommand
impl Sync for XtaskCommand
impl Unpin for XtaskCommand
impl UnsafeUnpin for XtaskCommand
impl UnwindSafe for XtaskCommand
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