pub enum SizeRepresentsType {
Area,
W,
}Variants§
Trait Implementations§
Source§impl Clone for SizeRepresentsType
impl Clone for SizeRepresentsType
Source§fn clone(&self) -> SizeRepresentsType
fn clone(&self) -> SizeRepresentsType
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 SizeRepresentsType
impl Debug for SizeRepresentsType
Source§impl<'de> Deserialize<'de> for SizeRepresentsType
impl<'de> Deserialize<'de> for SizeRepresentsType
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 Display for SizeRepresentsType
impl Display for SizeRepresentsType
Source§impl FromStr for SizeRepresentsType
impl FromStr for SizeRepresentsType
Source§impl PartialEq for SizeRepresentsType
impl PartialEq for SizeRepresentsType
Source§impl Serialize for SizeRepresentsType
impl Serialize for SizeRepresentsType
impl Copy for SizeRepresentsType
impl Eq for SizeRepresentsType
impl StructuralPartialEq for SizeRepresentsType
Auto Trait Implementations§
impl Freeze for SizeRepresentsType
impl RefUnwindSafe for SizeRepresentsType
impl Send for SizeRepresentsType
impl Sync for SizeRepresentsType
impl Unpin for SizeRepresentsType
impl UnsafeUnpin for SizeRepresentsType
impl UnwindSafe for SizeRepresentsType
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