Struct editor2::SelectLeft
source · pub struct SelectLeft;
Trait Implementations§
source§impl Action for SelectLeft
impl Action for SelectLeft
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 SelectLeft
impl Clone for SelectLeft
source§fn clone(&self) -> SelectLeft
fn clone(&self) -> SelectLeft
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 SelectLeft
impl Default for SelectLeft
source§fn default() -> SelectLeft
fn default() -> SelectLeft
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SelectLeft
impl<'de> Deserialize<'de> for SelectLeft
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<SelectLeft> for SelectLeft
impl PartialEq<SelectLeft> for SelectLeft
source§fn eq(&self, other: &SelectLeft) -> bool
fn eq(&self, other: &SelectLeft) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SelectLeft
Auto Trait Implementations§
impl RefUnwindSafe for SelectLeft
impl Send for SelectLeft
impl Sync for SelectLeft
impl Unpin for SelectLeft
impl UnwindSafe for SelectLeft
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