Struct workspace2::SwapPaneInDirection
source · pub struct SwapPaneInDirection(pub SplitDirection);
Tuple Fields§
§0: SplitDirection
Trait Implementations§
source§impl Action for SwapPaneInDirection
impl Action for SwapPaneInDirection
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 SwapPaneInDirection
impl Clone for SwapPaneInDirection
source§fn clone(&self) -> SwapPaneInDirection
fn clone(&self) -> SwapPaneInDirection
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<'de> Deserialize<'de> for SwapPaneInDirection
impl<'de> Deserialize<'de> for SwapPaneInDirection
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<SwapPaneInDirection> for SwapPaneInDirection
impl PartialEq<SwapPaneInDirection> for SwapPaneInDirection
source§fn eq(&self, other: &SwapPaneInDirection) -> bool
fn eq(&self, other: &SwapPaneInDirection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SwapPaneInDirection
Auto Trait Implementations§
impl RefUnwindSafe for SwapPaneInDirection
impl Send for SwapPaneInDirection
impl Sync for SwapPaneInDirection
impl Unpin for SwapPaneInDirection
impl UnwindSafe for SwapPaneInDirection
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