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