pub enum GrabFormat {
Png,
Jpeg,
Webp,
}Variants§
Trait Implementations§
Source§impl Clone for GrabFormat
impl Clone for GrabFormat
Source§fn clone(&self) -> GrabFormat
fn clone(&self) -> GrabFormat
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 GrabFormat
Source§impl Debug for GrabFormat
impl Debug for GrabFormat
Source§impl Default for GrabFormat
impl Default for GrabFormat
Source§fn default() -> GrabFormat
fn default() -> GrabFormat
Returns the “default value” for a type. Read more
Source§impl ValueEnum for GrabFormat
impl ValueEnum for GrabFormat
Auto Trait Implementations§
impl Freeze for GrabFormat
impl RefUnwindSafe for GrabFormat
impl Send for GrabFormat
impl Sync for GrabFormat
impl Unpin for GrabFormat
impl UnsafeUnpin for GrabFormat
impl UnwindSafe for GrabFormat
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