pub struct CompleteCommand {
pub list: List,
pub is_async: bool,
}Fields§
§list: List§is_async: boolTrait Implementations§
Source§impl Clone for CompleteCommand
impl Clone for CompleteCommand
Source§fn clone(&self) -> CompleteCommand
fn clone(&self) -> CompleteCommand
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 CompleteCommand
impl Debug for CompleteCommand
Source§impl PartialEq for CompleteCommand
impl PartialEq for CompleteCommand
impl StructuralPartialEq for CompleteCommand
Auto Trait Implementations§
impl Freeze for CompleteCommand
impl RefUnwindSafe for CompleteCommand
impl Send for CompleteCommand
impl Sync for CompleteCommand
impl Unpin for CompleteCommand
impl UnsafeUnpin for CompleteCommand
impl UnwindSafe for CompleteCommand
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