pub struct CacheReport {
pub boundary_kind: Option<String>,
pub protected_bytes: usize,
pub prefix_byte_identical: bool,
pub warnings: Vec<Warning>,
}Fields§
§boundary_kind: Option<String>§protected_bytes: usize§prefix_byte_identical: bool§warnings: Vec<Warning>Trait Implementations§
Source§impl Clone for CacheReport
impl Clone for CacheReport
Source§fn clone(&self) -> CacheReport
fn clone(&self) -> CacheReport
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 CacheReport
impl Debug for CacheReport
Source§impl<'de> Deserialize<'de> for CacheReport
impl<'de> Deserialize<'de> for CacheReport
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
Source§impl PartialEq for CacheReport
impl PartialEq for CacheReport
Source§impl Serialize for CacheReport
impl Serialize for CacheReport
impl StructuralPartialEq for CacheReport
Auto Trait Implementations§
impl Freeze for CacheReport
impl RefUnwindSafe for CacheReport
impl Send for CacheReport
impl Sync for CacheReport
impl Unpin for CacheReport
impl UnsafeUnpin for CacheReport
impl UnwindSafe for CacheReport
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