pub struct CliShape {
pub id: String,
pub about: Option<String>,
pub usage: String,
}Expand description
One legal shape of a call.
Fields§
§id: String§about: Option<String>§usage: StringTrait Implementations§
impl StructuralPartialEq for CliShape
Auto Trait Implementations§
impl Freeze for CliShape
impl RefUnwindSafe for CliShape
impl Send for CliShape
impl Sync for CliShape
impl Unpin for CliShape
impl UnsafeUnpin for CliShape
impl UnwindSafe for CliShape
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