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