Enum zng_view_api::LineOrientation
source · pub enum LineOrientation {
Vertical,
Horizontal,
}Expand description
Orientation of a straight line.
Variants§
Trait Implementations§
source§impl Clone for LineOrientation
impl Clone for LineOrientation
source§fn clone(&self) -> LineOrientation
fn clone(&self) -> LineOrientation
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 LineOrientation
impl Debug for LineOrientation
source§impl<'de> Deserialize<'de> for LineOrientation
impl<'de> Deserialize<'de> for LineOrientation
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 LineOrientation
impl PartialEq for LineOrientation
source§fn eq(&self, other: &LineOrientation) -> bool
fn eq(&self, other: &LineOrientation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for LineOrientation
impl Serialize for LineOrientation
impl Copy for LineOrientation
impl Eq for LineOrientation
impl StructuralPartialEq for LineOrientation
Auto Trait Implementations§
impl Freeze for LineOrientation
impl RefUnwindSafe for LineOrientation
impl Send for LineOrientation
impl Sync for LineOrientation
impl Unpin for LineOrientation
impl UnwindSafe for LineOrientation
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