pub struct CompletionCommand;
Expand description
Abstract shell completions command
Generate shell Completions
USAGE:
leetcode completions <shell>
ARGUMENTS:
<shell> [possible values: bash, elvish, fish, powershell, zsh]
Trait Implementations§
Source§impl Command for CompletionCommand
impl Command for CompletionCommand
Auto Trait Implementations§
impl Freeze for CompletionCommand
impl RefUnwindSafe for CompletionCommand
impl Send for CompletionCommand
impl Sync for CompletionCommand
impl Unpin for CompletionCommand
impl UnwindSafe for CompletionCommand
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self
to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self
to an expression for Diesel’s query builder. Read more