pub struct CommandDetails {
pub manifest: CommandManifest,
pub run: String,
pub env_keys: Option<Vec<String>>,
pub readme: Option<String>,
}Fields§
§manifest: CommandManifest§run: String§env_keys: Option<Vec<String>>§readme: Option<String>Trait Implementations§
Source§impl Clone for CommandDetails
impl Clone for CommandDetails
Source§fn clone(&self) -> CommandDetails
fn clone(&self) -> CommandDetails
Returns a duplicate of the value. Read more
1.0.0 · 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 CommandDetails
impl Debug for CommandDetails
Auto Trait Implementations§
impl Freeze for CommandDetails
impl RefUnwindSafe for CommandDetails
impl Send for CommandDetails
impl Sync for CommandDetails
impl Unpin for CommandDetails
impl UnsafeUnpin for CommandDetails
impl UnwindSafe for CommandDetails
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