pub enum RotateWindowDirection {
Down,
Up,
}Expand description
The supported pane rotation directions for rotate-window.
Variants§
Trait Implementations§
Source§impl Clone for RotateWindowDirection
impl Clone for RotateWindowDirection
Source§fn clone(&self) -> RotateWindowDirection
fn clone(&self) -> RotateWindowDirection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RotateWindowDirection
impl Debug for RotateWindowDirection
Source§impl<'de> Deserialize<'de> for RotateWindowDirection
impl<'de> Deserialize<'de> for RotateWindowDirection
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 RotateWindowDirection
impl PartialEq for RotateWindowDirection
Source§fn eq(&self, other: &RotateWindowDirection) -> bool
fn eq(&self, other: &RotateWindowDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RotateWindowDirection
impl Serialize for RotateWindowDirection
impl Copy for RotateWindowDirection
impl Eq for RotateWindowDirection
impl StructuralPartialEq for RotateWindowDirection
Auto Trait Implementations§
impl Freeze for RotateWindowDirection
impl RefUnwindSafe for RotateWindowDirection
impl Send for RotateWindowDirection
impl Sync for RotateWindowDirection
impl Unpin for RotateWindowDirection
impl UnsafeUnpin for RotateWindowDirection
impl UnwindSafe for RotateWindowDirection
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