pub enum MultiplotFillDirection {
Downwards,
Upwards,
}Expand description
Multiplot Fill Order Options
Variants§
Trait Implementations§
Source§impl Clone for MultiplotFillDirection
impl Clone for MultiplotFillDirection
Source§fn clone(&self) -> MultiplotFillDirection
fn clone(&self) -> MultiplotFillDirection
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 MultiplotFillDirection
impl Debug for MultiplotFillDirection
Source§impl Ord for MultiplotFillDirection
impl Ord for MultiplotFillDirection
Source§fn cmp(&self, other: &MultiplotFillDirection) -> Ordering
fn cmp(&self, other: &MultiplotFillDirection) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MultiplotFillDirection
impl PartialEq for MultiplotFillDirection
Source§impl PartialOrd for MultiplotFillDirection
impl PartialOrd for MultiplotFillDirection
impl Copy for MultiplotFillDirection
impl Eq for MultiplotFillDirection
impl StructuralPartialEq for MultiplotFillDirection
Auto Trait Implementations§
impl Freeze for MultiplotFillDirection
impl RefUnwindSafe for MultiplotFillDirection
impl Send for MultiplotFillDirection
impl Sync for MultiplotFillDirection
impl Unpin for MultiplotFillDirection
impl UnwindSafe for MultiplotFillDirection
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