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