Enum workspace2::pane_group::SplitDirection
source · pub enum SplitDirection {
Up,
Down,
Left,
Right,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for SplitDirection
impl Clone for SplitDirection
source§fn clone(&self) -> SplitDirection
fn clone(&self) -> SplitDirection
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 Debug for SplitDirection
impl Debug for SplitDirection
source§impl<'de> Deserialize<'de> for SplitDirection
impl<'de> Deserialize<'de> for SplitDirection
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<SplitDirection> for SplitDirection
impl PartialEq<SplitDirection> for SplitDirection
source§fn eq(&self, other: &SplitDirection) -> bool
fn eq(&self, other: &SplitDirection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SplitDirection
impl StructuralPartialEq for SplitDirection
Auto Trait Implementations§
impl RefUnwindSafe for SplitDirection
impl Send for SplitDirection
impl Sync for SplitDirection
impl Unpin for SplitDirection
impl UnwindSafe for SplitDirection
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
§impl<S> FromSample<S> for S
impl<S> FromSample<S> for S
fn from_sample_(s: S) -> S
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> ResetDiscriminant<T> for Twhere
T: Copy,
impl<T> ResetDiscriminant<T> for Twhere T: Copy,
§fn discriminant(&self) -> T
fn discriminant(&self) -> T
Value based on which equality for the reset will be determined.