pub struct GetTextCommand { /* private fields */ }Implementations§
Source§impl GetTextCommand
impl GetTextCommand
pub fn new() -> Self
pub fn match_spec(self, spec: impl Into<String>) -> Self
pub fn extent(self, value: impl Into<String>) -> Self
pub fn ansi(self, value: bool) -> Self
pub fn cursor(self, value: bool) -> Self
pub fn wrap_markers(self, value: bool) -> Self
pub fn clear_selection(self, value: bool) -> Self
pub fn self_window(self, value: bool) -> Self
pub fn build(self) -> Result<KittyMessage, CommandError>
Auto Trait Implementations§
impl Freeze for GetTextCommand
impl RefUnwindSafe for GetTextCommand
impl Send for GetTextCommand
impl Sync for GetTextCommand
impl Unpin for GetTextCommand
impl UnwindSafe for GetTextCommand
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