pub struct SetUserVarsCommand { /* private fields */ }Implementations§
Source§impl SetUserVarsCommand
impl SetUserVarsCommand
Sourcepub fn builder() -> SetUserVarsCommandBuilder
pub fn builder() -> SetUserVarsCommandBuilder
Create an instance of SetUserVarsCommand using the builder syntax
Source§impl SetUserVarsCommand
impl SetUserVarsCommand
pub fn to_message(self) -> Result<KittyMessage, CommandError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetUserVarsCommand
impl RefUnwindSafe for SetUserVarsCommand
impl Send for SetUserVarsCommand
impl Sync for SetUserVarsCommand
impl Unpin for SetUserVarsCommand
impl UnwindSafe for SetUserVarsCommand
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