pub struct SetDiff {
pub left: Box<Obj>,
pub right: Box<Obj>,
}Fields§
§left: Box<Obj>§right: Box<Obj>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetDiff
impl RefUnwindSafe for SetDiff
impl !Send for SetDiff
impl !Sync for SetDiff
impl Unpin for SetDiff
impl UnsafeUnpin for SetDiff
impl UnwindSafe for SetDiff
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