pub struct PackageImageEncodeCacheKey {
pub key: String,
pub file_key: String,
pub crop_key: String,
pub quantizer: u8,
pub inner: u32,
pub crop: PackageNormalizedCrop,
pub color_mode: String,
pub monochrome: bool,
}Fields§
§key: String§file_key: String§crop_key: String§quantizer: u8§inner: u32§crop: PackageNormalizedCrop§color_mode: String§monochrome: boolTrait Implementations§
Source§impl Clone for PackageImageEncodeCacheKey
impl Clone for PackageImageEncodeCacheKey
Source§fn clone(&self) -> PackageImageEncodeCacheKey
fn clone(&self) -> PackageImageEncodeCacheKey
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 moreSource§impl Debug for PackageImageEncodeCacheKey
impl Debug for PackageImageEncodeCacheKey
Auto Trait Implementations§
impl Freeze for PackageImageEncodeCacheKey
impl RefUnwindSafe for PackageImageEncodeCacheKey
impl Send for PackageImageEncodeCacheKey
impl Sync for PackageImageEncodeCacheKey
impl Unpin for PackageImageEncodeCacheKey
impl UnsafeUnpin for PackageImageEncodeCacheKey
impl UnwindSafe for PackageImageEncodeCacheKey
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