pub struct ShellCompletion {
pub value: String,
pub description: String,
}Fields§
§value: String§description: StringTrait Implementations§
Source§impl Clone for ShellCompletion
impl Clone for ShellCompletion
Source§fn clone(&self) -> ShellCompletion
fn clone(&self) -> ShellCompletion
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 ShellCompletion
impl Debug for ShellCompletion
Source§impl PartialEq for ShellCompletion
impl PartialEq for ShellCompletion
impl Eq for ShellCompletion
impl StructuralPartialEq for ShellCompletion
Auto Trait Implementations§
impl Freeze for ShellCompletion
impl RefUnwindSafe for ShellCompletion
impl Send for ShellCompletion
impl Sync for ShellCompletion
impl Unpin for ShellCompletion
impl UnsafeUnpin for ShellCompletion
impl UnwindSafe for ShellCompletion
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