pub enum LowerUpper {
Lower,
Upper,
}Expand description
trace contour edge: “lower” | “upper”
Variants§
Trait Implementations§
Source§impl Clone for LowerUpper
impl Clone for LowerUpper
Source§fn clone(&self) -> LowerUpper
fn clone(&self) -> LowerUpper
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 moreimpl Copy for LowerUpper
Source§impl Debug for LowerUpper
impl Debug for LowerUpper
impl Eq for LowerUpper
Source§impl PartialEq for LowerUpper
impl PartialEq for LowerUpper
Source§fn eq(&self, other: &LowerUpper) -> bool
fn eq(&self, other: &LowerUpper) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LowerUpper
Auto Trait Implementations§
impl Freeze for LowerUpper
impl RefUnwindSafe for LowerUpper
impl Send for LowerUpper
impl Sync for LowerUpper
impl Unpin for LowerUpper
impl UnsafeUnpin for LowerUpper
impl UnwindSafe for LowerUpper
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