pub struct PowersetDomain { /* private fields */ }Expand description
A powerset domain over a finite set of tags.
Implementations§
Source§impl PowersetDomain
impl PowersetDomain
Sourcepub fn join(&self, other: &PowersetDomain) -> PowersetDomain
pub fn join(&self, other: &PowersetDomain) -> PowersetDomain
Return the join (union).
Sourcepub fn meet(&self, other: &PowersetDomain) -> PowersetDomain
pub fn meet(&self, other: &PowersetDomain) -> PowersetDomain
Return the meet (intersection).
Auto Trait Implementations§
impl Freeze for PowersetDomain
impl RefUnwindSafe for PowersetDomain
impl Send for PowersetDomain
impl Sync for PowersetDomain
impl Unpin for PowersetDomain
impl UnsafeUnpin for PowersetDomain
impl UnwindSafe for PowersetDomain
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