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