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