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