pub struct UserCommand;Implementations§
Source§impl UserCommand
impl UserCommand
pub async fn execute( client: &ApiClient, command: &UserCommands, format: OutputFormat, ) -> Result<()>
Auto Trait Implementations§
impl Freeze for UserCommand
impl RefUnwindSafe for UserCommand
impl Send for UserCommand
impl Sync for UserCommand
impl Unpin for UserCommand
impl UnsafeUnpin for UserCommand
impl UnwindSafe for UserCommand
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