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