pub struct DiffSnapshot {
pub scope: DiffScope,
pub document: Arc<DiffDocument>,
}Fields§
§scope: DiffScope§document: Arc<DiffDocument>Trait Implementations§
Source§impl Clone for DiffSnapshot
impl Clone for DiffSnapshot
Source§fn clone(&self) -> DiffSnapshot
fn clone(&self) -> DiffSnapshot
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 DiffSnapshot
impl Debug for DiffSnapshot
impl Eq for DiffSnapshot
Source§impl PartialEq for DiffSnapshot
impl PartialEq for DiffSnapshot
impl StructuralPartialEq for DiffSnapshot
Auto Trait Implementations§
impl Freeze for DiffSnapshot
impl RefUnwindSafe for DiffSnapshot
impl Send for DiffSnapshot
impl Sync for DiffSnapshot
impl Unpin for DiffSnapshot
impl UnsafeUnpin for DiffSnapshot
impl UnwindSafe for DiffSnapshot
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