pub struct DeleteCommandParams {
pub command_id: String,
}Expand description
struct for passing parameters to the method delete_command
Fields§
§command_id: StringID of the command to delete
Trait Implementations§
Source§impl Clone for DeleteCommandParams
impl Clone for DeleteCommandParams
Source§fn clone(&self) -> DeleteCommandParams
fn clone(&self) -> DeleteCommandParams
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 moreSource§impl Debug for DeleteCommandParams
impl Debug for DeleteCommandParams
Source§impl Default for DeleteCommandParams
impl Default for DeleteCommandParams
Source§fn default() -> DeleteCommandParams
fn default() -> DeleteCommandParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteCommandParams
impl RefUnwindSafe for DeleteCommandParams
impl Send for DeleteCommandParams
impl Sync for DeleteCommandParams
impl Unpin for DeleteCommandParams
impl UnwindSafe for DeleteCommandParams
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