pub struct PackageBestFitCacheKey {
pub key: String,
pub file_key: String,
pub budget_bytes: u64,
pub inner: u32,
pub crop_key: String,
pub color_mode: String,
}Fields§
§key: String§file_key: String§budget_bytes: u64§inner: u32§crop_key: String§color_mode: StringTrait Implementations§
Source§impl Clone for PackageBestFitCacheKey
impl Clone for PackageBestFitCacheKey
Source§fn clone(&self) -> PackageBestFitCacheKey
fn clone(&self) -> PackageBestFitCacheKey
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 PackageBestFitCacheKey
impl Debug for PackageBestFitCacheKey
Auto Trait Implementations§
impl Freeze for PackageBestFitCacheKey
impl RefUnwindSafe for PackageBestFitCacheKey
impl Send for PackageBestFitCacheKey
impl Sync for PackageBestFitCacheKey
impl Unpin for PackageBestFitCacheKey
impl UnsafeUnpin for PackageBestFitCacheKey
impl UnwindSafe for PackageBestFitCacheKey
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