pub enum ResizeQualityLiteral {
Low,
MediumLow,
MediumHigh,
High,
}Variants§
Trait Implementations§
Source§impl Clone for ResizeQualityLiteral
impl Clone for ResizeQualityLiteral
Source§fn clone(&self) -> ResizeQualityLiteral
fn clone(&self) -> ResizeQualityLiteral
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 ResizeQualityLiteral
impl Debug for ResizeQualityLiteral
Source§impl Serialize for ResizeQualityLiteral
impl Serialize for ResizeQualityLiteral
impl Copy for ResizeQualityLiteral
Auto Trait Implementations§
impl Freeze for ResizeQualityLiteral
impl RefUnwindSafe for ResizeQualityLiteral
impl Send for ResizeQualityLiteral
impl Sync for ResizeQualityLiteral
impl Unpin for ResizeQualityLiteral
impl UnwindSafe for ResizeQualityLiteral
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