pub struct IrIntersection {
pub members: Vec<IrTypeExpr>,
}Fields§
§members: Vec<IrTypeExpr>Trait Implementations§
Source§impl Clone for IrIntersection
impl Clone for IrIntersection
Source§fn clone(&self) -> IrIntersection
fn clone(&self) -> IrIntersection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IrIntersection
impl Debug for IrIntersection
Auto Trait Implementations§
impl Freeze for IrIntersection
impl RefUnwindSafe for IrIntersection
impl Send for IrIntersection
impl Sync for IrIntersection
impl Unpin for IrIntersection
impl UnsafeUnpin for IrIntersection
impl UnwindSafe for IrIntersection
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