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