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