pub enum PaneResizeDirection {
Increase,
Decrease,
}Expand description
Direction for semantic resize commands.
Variants§
Trait Implementations§
Source§impl Clone for PaneResizeDirection
impl Clone for PaneResizeDirection
Source§fn clone(&self) -> PaneResizeDirection
fn clone(&self) -> PaneResizeDirection
Returns a duplicate 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 PaneResizeDirection
impl Debug for PaneResizeDirection
Source§impl<'de> Deserialize<'de> for PaneResizeDirection
impl<'de> Deserialize<'de> for PaneResizeDirection
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 for PaneResizeDirection
impl PartialEq for PaneResizeDirection
Source§impl Serialize for PaneResizeDirection
impl Serialize for PaneResizeDirection
impl Copy for PaneResizeDirection
impl Eq for PaneResizeDirection
impl StructuralPartialEq for PaneResizeDirection
Auto Trait Implementations§
impl Freeze for PaneResizeDirection
impl RefUnwindSafe for PaneResizeDirection
impl Send for PaneResizeDirection
impl Sync for PaneResizeDirection
impl Unpin for PaneResizeDirection
impl UnsafeUnpin for PaneResizeDirection
impl UnwindSafe for PaneResizeDirection
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