pub enum BoundType {
Inclusive,
Exclusive,
}Variants§
Implementations§
Trait Implementations§
impl Copy for BoundType
impl Eq for BoundType
Source§impl Ord for BoundType
impl Ord for BoundType
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
Source§impl PartialOrd for BoundType
impl PartialOrd for BoundType
impl StructuralPartialEq for BoundType
Auto Trait Implementations§
impl Freeze for BoundType
impl RefUnwindSafe for BoundType
impl Send for BoundType
impl Sync for BoundType
impl Unpin for BoundType
impl UnsafeUnpin for BoundType
impl UnwindSafe for BoundType
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