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