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