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