pub struct PgUp;
Trait Implementations§
source§impl PartialEq for PgUp
impl PartialEq for PgUp
impl Copy for PgUp
impl Eq for PgUp
impl StructuralEq for PgUp
impl StructuralPartialEq for PgUp
Auto Trait Implementations§
impl RefUnwindSafe for PgUp
impl Send for PgUp
impl Sync for PgUp
impl Unpin for PgUp
impl UnwindSafe for PgUp
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