pub enum PanelPosition {
Left,
Right,
Bottom,
}Variants§
Trait Implementations§
Source§impl Clone for PanelPosition
impl Clone for PanelPosition
Source§fn clone(&self) -> PanelPosition
fn clone(&self) -> PanelPosition
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 PanelPosition
impl Debug for PanelPosition
Source§impl<'de> Deserialize<'de> for PanelPosition
impl<'de> Deserialize<'de> for PanelPosition
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 Hash for PanelPosition
impl Hash for PanelPosition
Source§impl PartialEq for PanelPosition
impl PartialEq for PanelPosition
Source§fn eq(&self, other: &PanelPosition) -> bool
fn eq(&self, other: &PanelPosition) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PanelPosition
impl Serialize for PanelPosition
impl Copy for PanelPosition
impl Eq for PanelPosition
impl StructuralPartialEq for PanelPosition
Auto Trait Implementations§
impl Freeze for PanelPosition
impl RefUnwindSafe for PanelPosition
impl Send for PanelPosition
impl Sync for PanelPosition
impl Unpin for PanelPosition
impl UnsafeUnpin for PanelPosition
impl UnwindSafe for PanelPosition
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