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