pub enum EmSquareSize {
EmSquareSize1024,
EmSquareSize20480,
}
Variants§
Trait Implementations§
Source§impl Clone for EmSquareSize
impl Clone for EmSquareSize
Source§fn clone(&self) -> EmSquareSize
fn clone(&self) -> EmSquareSize
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 EmSquareSize
impl Debug for EmSquareSize
Source§impl<'de> Deserialize<'de> for EmSquareSize
impl<'de> Deserialize<'de> for EmSquareSize
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 Hash for EmSquareSize
impl Hash for EmSquareSize
Source§impl Ord for EmSquareSize
impl Ord for EmSquareSize
Source§fn cmp(&self, other: &EmSquareSize) -> Ordering
fn cmp(&self, other: &EmSquareSize) -> 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 EmSquareSize
impl PartialEq for EmSquareSize
Source§impl PartialOrd for EmSquareSize
impl PartialOrd for EmSquareSize
Source§impl Serialize for EmSquareSize
impl Serialize for EmSquareSize
impl Copy for EmSquareSize
impl Eq for EmSquareSize
impl StructuralPartialEq for EmSquareSize
Auto Trait Implementations§
impl Freeze for EmSquareSize
impl RefUnwindSafe for EmSquareSize
impl Send for EmSquareSize
impl Sync for EmSquareSize
impl Unpin for EmSquareSize
impl UnwindSafe for EmSquareSize
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