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