Struct xvc_file::common::compare::DiffRequest   
source · pub struct DiffRequest { /* private fields */ }Expand description
Used to signal diff channels to calculate diffs of the requested entity.
Auto Trait Implementations§
impl RefUnwindSafe for DiffRequest
impl Send for DiffRequest
impl Sync for DiffRequest
impl Unpin for DiffRequest
impl UnwindSafe for DiffRequest
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