Struct editor2::HalfPageUp
source · pub struct HalfPageUp;
Trait Implementations§
source§impl Action for HalfPageUp
impl Action for HalfPageUp
fn name(&self) -> &'static str
fn debug_name() -> &'static strwhere Self: Sized,
fn build(value: Value) -> Result<Box<dyn Action>>where Self: Sized,
fn partial_eq(&self, action: &dyn Action) -> bool
fn boxed_clone(&self) -> Box<dyn Action>
fn as_any(&self) -> &dyn Any
source§impl Clone for HalfPageUp
impl Clone for HalfPageUp
source§fn clone(&self) -> HalfPageUp
fn clone(&self) -> HalfPageUp
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for HalfPageUp
impl Default for HalfPageUp
source§fn default() -> HalfPageUp
fn default() -> HalfPageUp
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for HalfPageUp
impl<'de> Deserialize<'de> for HalfPageUp
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<HalfPageUp> for HalfPageUp
impl PartialEq<HalfPageUp> for HalfPageUp
source§fn eq(&self, other: &HalfPageUp) -> bool
fn eq(&self, other: &HalfPageUp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for HalfPageUp
Auto Trait Implementations§
impl RefUnwindSafe for HalfPageUp
impl Send for HalfPageUp
impl Sync for HalfPageUp
impl Unpin for HalfPageUp
impl UnwindSafe for HalfPageUp
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