pub struct CommandApi { /* private fields */ }Expand description
Command endpoint namespace.
Implementations§
Source§impl CommandApi
impl CommandApi
pub async fn list(&self, options: RequestOptions) -> Result<ApiResponse>
Trait Implementations§
Source§impl Clone for CommandApi
impl Clone for CommandApi
Source§fn clone(&self) -> CommandApi
fn clone(&self) -> CommandApi
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 moreAuto Trait Implementations§
impl Freeze for CommandApi
impl !RefUnwindSafe for CommandApi
impl Send for CommandApi
impl Sync for CommandApi
impl Unpin for CommandApi
impl UnsafeUnpin for CommandApi
impl !UnwindSafe for CommandApi
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