pub struct Differences {
pub missing_calls: Vec<CompactString>,
pub extra_calls: Vec<CompactString>,
pub missing_imports: Vec<CompactString>,
pub extra_imports: Vec<CompactString>,
}Fields§
§missing_calls: Vec<CompactString>§extra_calls: Vec<CompactString>§missing_imports: Vec<CompactString>§extra_imports: Vec<CompactString>Trait Implementations§
Source§impl Clone for Differences
impl Clone for Differences
Source§fn clone(&self) -> Differences
fn clone(&self) -> Differences
Returns a duplicate of the value. Read more
1.0.0 · 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 Differences
impl Debug for Differences
Source§impl Default for Differences
impl Default for Differences
Source§fn default() -> Differences
fn default() -> Differences
Returns the “default value” for a type. Read more
Source§impl PartialEq for Differences
impl PartialEq for Differences
impl StructuralPartialEq for Differences
Auto Trait Implementations§
impl Freeze for Differences
impl RefUnwindSafe for Differences
impl Send for Differences
impl Sync for Differences
impl Unpin for Differences
impl UnsafeUnpin for Differences
impl UnwindSafe for Differences
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