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