pub enum SizeType {
Large,
Preview,
}Expand description
Size type
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SizeType
impl<'de> Deserialize<'de> for SizeType
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 Ord for SizeType
impl Ord for SizeType
Source§impl PartialOrd for SizeType
impl PartialOrd for SizeType
impl Eq for SizeType
impl StructuralPartialEq for SizeType
Auto Trait Implementations§
impl Freeze for SizeType
impl RefUnwindSafe for SizeType
impl Send for SizeType
impl Sync for SizeType
impl Unpin for SizeType
impl UnwindSafe for SizeType
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