pub enum BoundKind {
Below,
Above,
}Expand description
Kind of bound tightening applied to a domain.
Variants§
Below
Values strictly below the bound were removed.
Above
Values strictly above the bound were removed.
Trait Implementations§
impl Copy for BoundKind
impl Eq for BoundKind
impl StructuralPartialEq for BoundKind
Auto Trait Implementations§
impl Freeze for BoundKind
impl RefUnwindSafe for BoundKind
impl Send for BoundKind
impl Sync for BoundKind
impl Unpin for BoundKind
impl UnsafeUnpin for BoundKind
impl UnwindSafe for BoundKind
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