pub struct AllUses(/* private fields */);Expand description
Universally quantified fact whose empty-set identity is true.
Implementations§
Trait Implementations§
Source§impl BitAndAssign for AllUses
impl BitAndAssign for AllUses
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitAndAssign<bool> for AllUses
impl BitAndAssign<bool> for AllUses
Source§fn bitand_assign(&mut self, rhs: bool)
fn bitand_assign(&mut self, rhs: bool)
Performs the
&= operation. Read moreimpl Copy for AllUses
impl Eq for AllUses
Source§impl Ord for AllUses
impl Ord for AllUses
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for AllUses
impl PartialOrd for AllUses
impl StructuralPartialEq for AllUses
Auto Trait Implementations§
impl Freeze for AllUses
impl RefUnwindSafe for AllUses
impl Send for AllUses
impl Sync for AllUses
impl Unpin for AllUses
impl UnsafeUnpin for AllUses
impl UnwindSafe for AllUses
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