pub struct PackageBestFitCacheKeyInput {
pub kind: Option<String>,
pub file_name: Option<String>,
pub file_size: Option<Value>,
pub file_last_modified: Option<Value>,
pub budget_bytes: Option<Value>,
pub inner: Option<Value>,
pub crop_key: Option<String>,
pub color_mode: Option<String>,
}Fields§
§kind: Option<String>§file_name: Option<String>§file_size: Option<Value>§file_last_modified: Option<Value>§budget_bytes: Option<Value>§inner: Option<Value>§crop_key: Option<String>§color_mode: Option<String>Trait Implementations§
Source§impl Clone for PackageBestFitCacheKeyInput
impl Clone for PackageBestFitCacheKeyInput
Source§fn clone(&self) -> PackageBestFitCacheKeyInput
fn clone(&self) -> PackageBestFitCacheKeyInput
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 PackageBestFitCacheKeyInput
impl Debug for PackageBestFitCacheKeyInput
Source§impl<'de> Deserialize<'de> for PackageBestFitCacheKeyInput
impl<'de> Deserialize<'de> for PackageBestFitCacheKeyInput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PackageBestFitCacheKeyInput
impl RefUnwindSafe for PackageBestFitCacheKeyInput
impl Send for PackageBestFitCacheKeyInput
impl Sync for PackageBestFitCacheKeyInput
impl Unpin for PackageBestFitCacheKeyInput
impl UnsafeUnpin for PackageBestFitCacheKeyInput
impl UnwindSafe for PackageBestFitCacheKeyInput
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