pub struct RemoveMarkerCommand { /* private fields */ }Implementations§
Source§impl RemoveMarkerCommand
impl RemoveMarkerCommand
Sourcepub fn builder() -> RemoveMarkerCommandBuilder
pub fn builder() -> RemoveMarkerCommandBuilder
Create an instance of RemoveMarkerCommand using the builder syntax
Source§impl RemoveMarkerCommand
impl RemoveMarkerCommand
pub fn to_message(self) -> Result<KittyMessage, CommandError>
Trait Implementations§
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