pub enum BinningType {
_1X1,
_2X2,
_4X4,
_8X8,
Other,
}Variants§
Trait Implementations§
Source§impl Clone for BinningType
impl Clone for BinningType
Source§fn clone(&self) -> BinningType
fn clone(&self) -> BinningType
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 BinningType
impl Debug for BinningType
Source§impl<'de> Deserialize<'de> for BinningType
impl<'de> Deserialize<'de> for BinningType
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
Auto Trait Implementations§
impl Freeze for BinningType
impl RefUnwindSafe for BinningType
impl Send for BinningType
impl Sync for BinningType
impl Unpin for BinningType
impl UnwindSafe for BinningType
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