pub struct CommandReview {
pub command: String,
pub cwd: PathBuf,
pub shell: PathBuf,
pub profile: String,
}Fields§
§command: String§cwd: PathBuf§shell: PathBuf§profile: StringTrait Implementations§
Source§impl Clone for CommandReview
impl Clone for CommandReview
Source§fn clone(&self) -> CommandReview
fn clone(&self) -> CommandReview
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 CommandReview
impl Debug for CommandReview
impl Eq for CommandReview
Source§impl PartialEq for CommandReview
impl PartialEq for CommandReview
impl StructuralPartialEq for CommandReview
Auto Trait Implementations§
impl Freeze for CommandReview
impl RefUnwindSafe for CommandReview
impl Send for CommandReview
impl Sync for CommandReview
impl Unpin for CommandReview
impl UnsafeUnpin for CommandReview
impl UnwindSafe for CommandReview
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.