pub struct ExternalCssSemanticDiffV0 {
pub input_entry_count: usize,
pub output_entry_count: usize,
pub total_change_count: usize,
pub understood_change_count: usize,
pub passthrough_change_count: usize,
pub all_changes_classified: bool,
pub changes: Vec<ExternalCssSemanticChangeV0>,
}Fields§
§input_entry_count: usize§output_entry_count: usize§total_change_count: usize§understood_change_count: usize§passthrough_change_count: usize§all_changes_classified: bool§changes: Vec<ExternalCssSemanticChangeV0>Trait Implementations§
Source§impl Clone for ExternalCssSemanticDiffV0
impl Clone for ExternalCssSemanticDiffV0
Source§fn clone(&self) -> ExternalCssSemanticDiffV0
fn clone(&self) -> ExternalCssSemanticDiffV0
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 ExternalCssSemanticDiffV0
impl Debug for ExternalCssSemanticDiffV0
impl Eq for ExternalCssSemanticDiffV0
impl StructuralPartialEq for ExternalCssSemanticDiffV0
Auto Trait Implementations§
impl Freeze for ExternalCssSemanticDiffV0
impl RefUnwindSafe for ExternalCssSemanticDiffV0
impl Send for ExternalCssSemanticDiffV0
impl Sync for ExternalCssSemanticDiffV0
impl Unpin for ExternalCssSemanticDiffV0
impl UnsafeUnpin for ExternalCssSemanticDiffV0
impl UnwindSafe for ExternalCssSemanticDiffV0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.