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