pub struct SetWindowLogoCommand { /* private fields */ }Implementations§
Source§impl SetWindowLogoCommand
impl SetWindowLogoCommand
pub fn new() -> Self
pub fn match_spec(self, spec: impl Into<String>) -> Self
pub fn data(self, value: impl Into<String>) -> Self
pub fn position(self, value: impl Into<String>) -> Self
pub fn alpha(self, value: f32) -> Self
pub fn self_window(self, value: bool) -> Self
pub fn build(self) -> Result<KittyMessage, CommandError>
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