pub struct GetColorsCommand { /* private fields */ }Implementations§
Source§impl GetColorsCommand
impl GetColorsCommand
pub fn new() -> Self
pub fn match_spec(self, spec: impl Into<String>) -> Self
pub fn configured(self, value: bool) -> Self
pub fn build(self) -> Result<KittyMessage, CommandError>
Auto Trait Implementations§
impl Freeze for GetColorsCommand
impl RefUnwindSafe for GetColorsCommand
impl Send for GetColorsCommand
impl Sync for GetColorsCommand
impl Unpin for GetColorsCommand
impl UnwindSafe for GetColorsCommand
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