pub struct HistoryCandidate {
pub command: String,
pub same_cwd: bool,
pub uses: usize,
}Fields§
§command: String§same_cwd: bool§uses: usizeTrait Implementations§
Source§impl Clone for HistoryCandidate
impl Clone for HistoryCandidate
Source§fn clone(&self) -> HistoryCandidate
fn clone(&self) -> HistoryCandidate
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 HistoryCandidate
impl Debug for HistoryCandidate
impl Eq for HistoryCandidate
Source§impl PartialEq for HistoryCandidate
impl PartialEq for HistoryCandidate
impl StructuralPartialEq for HistoryCandidate
Auto Trait Implementations§
impl Freeze for HistoryCandidate
impl RefUnwindSafe for HistoryCandidate
impl Send for HistoryCandidate
impl Sync for HistoryCandidate
impl Unpin for HistoryCandidate
impl UnsafeUnpin for HistoryCandidate
impl UnwindSafe for HistoryCandidate
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