pub struct StatusInput {
pub workspace_path: String,
pub all: bool,
pub show_deps: bool,
}Expand description
Status input.
Fields§
§workspace_path: StringWorkspace root.
all: boolInclude unchanged crates.
show_deps: boolInclude dependency graph.
Trait Implementations§
Source§impl Clone for StatusInput
impl Clone for StatusInput
Source§fn clone(&self) -> StatusInput
fn clone(&self) -> StatusInput
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 moreAuto Trait Implementations§
impl Freeze for StatusInput
impl RefUnwindSafe for StatusInput
impl Send for StatusInput
impl Sync for StatusInput
impl Unpin for StatusInput
impl UnsafeUnpin for StatusInput
impl UnwindSafe for StatusInput
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