pub enum ClientReplyMode {
On,
Off,
Skip,
}
Expand description
Mode options for the client_reply
command.
Variants§
Trait Implementations§
Source§impl IntoArgs for ClientReplyMode
impl IntoArgs for ClientReplyMode
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations§
impl Freeze for ClientReplyMode
impl RefUnwindSafe for ClientReplyMode
impl Send for ClientReplyMode
impl Sync for ClientReplyMode
impl Unpin for ClientReplyMode
impl UnwindSafe for ClientReplyMode
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