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