pub struct RemoveMarkerAction;Implementations§
Source§impl RemoveMarkerAction
impl RemoveMarkerAction
pub fn new() -> ActionCommand
Auto Trait Implementations§
impl Freeze for RemoveMarkerAction
impl RefUnwindSafe for RemoveMarkerAction
impl Send for RemoveMarkerAction
impl Sync for RemoveMarkerAction
impl Unpin for RemoveMarkerAction
impl UnwindSafe for RemoveMarkerAction
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