pub enum PhysicalAxes {
Horizontal,
Vertical,
Both,
}Expand description
ContainerSelector physical axes
Variants§
Trait Implementations§
Source§impl AsRef<str> for PhysicalAxes
impl AsRef<str> for PhysicalAxes
Source§impl Clone for PhysicalAxes
impl Clone for PhysicalAxes
Source§fn clone(&self) -> PhysicalAxes
fn clone(&self) -> PhysicalAxes
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 PhysicalAxes
impl Debug for PhysicalAxes
Source§impl<'de> Deserialize<'de> for PhysicalAxes
impl<'de> Deserialize<'de> for PhysicalAxes
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 FromStr for PhysicalAxes
impl FromStr for PhysicalAxes
Source§impl Hash for PhysicalAxes
impl Hash for PhysicalAxes
Source§impl PartialEq for PhysicalAxes
impl PartialEq for PhysicalAxes
Source§impl Serialize for PhysicalAxes
impl Serialize for PhysicalAxes
impl Eq for PhysicalAxes
impl StructuralPartialEq for PhysicalAxes
Auto Trait Implementations§
impl Freeze for PhysicalAxes
impl RefUnwindSafe for PhysicalAxes
impl Send for PhysicalAxes
impl Sync for PhysicalAxes
impl Unpin for PhysicalAxes
impl UnwindSafe for PhysicalAxes
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