pub struct DiffObjsResult {
pub left: Option<ObjDiff>,
pub right: Option<ObjDiff>,
pub prev: Option<ObjDiff>,
}
Fields§
§left: Option<ObjDiff>
§right: Option<ObjDiff>
§prev: Option<ObjDiff>
Trait Implementations§
source§impl Default for DiffObjsResult
impl Default for DiffObjsResult
source§fn default() -> DiffObjsResult
fn default() -> DiffObjsResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DiffObjsResult
impl RefUnwindSafe for DiffObjsResult
impl Send for DiffObjsResult
impl Sync for DiffObjsResult
impl Unpin for DiffObjsResult
impl UnwindSafe for DiffObjsResult
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