pub struct ClientListOptions { /* private fields */ }
Expand description
Options for the client_list command.
Implementations§
Source§impl ClientListOptions
impl ClientListOptions
pub fn client_type(self, client_type: ClientType) -> Self
pub fn client_ids<II>(self, client_ids: II) -> Selfwhere
II: SingleArgCollection<i64>,
Trait Implementations§
Source§impl Default for ClientListOptions
impl Default for ClientListOptions
Source§fn default() -> ClientListOptions
fn default() -> ClientListOptions
Returns the “default value” for a type. Read more
Source§impl ToArgs for ClientListOptions
impl ToArgs for ClientListOptions
Source§fn write_args(&self, args: &mut CommandArgs)
fn write_args(&self, args: &mut CommandArgs)
Write this Rust type as one ore multiple args into CommandArgs. Read more
Auto Trait Implementations§
impl Freeze for ClientListOptions
impl RefUnwindSafe for ClientListOptions
impl Send for ClientListOptions
impl Sync for ClientListOptions
impl Unpin for ClientListOptions
impl UnwindSafe for ClientListOptions
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