pub struct ServiceSideResolutionReport {
pub images_resolved: usize,
pub files_resolved: usize,
}Fields§
§images_resolved: usize§files_resolved: usizeImplementations§
Trait Implementations§
Source§impl Clone for ServiceSideResolutionReport
impl Clone for ServiceSideResolutionReport
Source§fn clone(&self) -> ServiceSideResolutionReport
fn clone(&self) -> ServiceSideResolutionReport
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 ServiceSideResolutionReport
impl Debug for ServiceSideResolutionReport
Source§impl Default for ServiceSideResolutionReport
impl Default for ServiceSideResolutionReport
Source§fn default() -> ServiceSideResolutionReport
fn default() -> ServiceSideResolutionReport
Returns the “default value” for a type. Read more
impl Eq for ServiceSideResolutionReport
impl StructuralPartialEq for ServiceSideResolutionReport
Auto Trait Implementations§
impl Freeze for ServiceSideResolutionReport
impl RefUnwindSafe for ServiceSideResolutionReport
impl Send for ServiceSideResolutionReport
impl Sync for ServiceSideResolutionReport
impl Unpin for ServiceSideResolutionReport
impl UnsafeUnpin for ServiceSideResolutionReport
impl UnwindSafe for ServiceSideResolutionReport
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