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 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 EmSquareSize
Source§impl Debug for EmSquareSize
impl Debug for EmSquareSize
Source§impl<'de> Deserialize<'de> for EmSquareSize
Available on crate feature serde only.
impl<'de> Deserialize<'de> for EmSquareSize
Available on crate feature
serde only.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
impl Eq for EmSquareSize
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 (const: unstable) · 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
Available on crate feature serde only.
impl Serialize for EmSquareSize
Available on crate feature
serde only.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 UnsafeUnpin 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