struct CLIStepPath {
path: PathBuf,
will_be_executed: bool,
}
Fields§
§path: PathBuf
§will_be_executed: bool
Trait Implementations§
Source§impl Clone for CLIStepPath
impl Clone for CLIStepPath
Source§fn clone(&self) -> CLIStepPath
fn clone(&self) -> CLIStepPath
Returns a copy 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 CLIStepPath
impl Debug for CLIStepPath
Source§impl From<PathBuf> for CLIStepPath
impl From<PathBuf> for CLIStepPath
Source§impl PartialEq for CLIStepPath
impl PartialEq for CLIStepPath
impl StructuralPartialEq for CLIStepPath
Auto Trait Implementations§
impl Freeze for CLIStepPath
impl RefUnwindSafe for CLIStepPath
impl Send for CLIStepPath
impl Sync for CLIStepPath
impl Unpin for CLIStepPath
impl UnwindSafe for CLIStepPath
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Pointable for T
impl<T> Pointable for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes