pub enum BoundType {
Inclusive,
Exclusive,
}Variants§
Implementations§
Trait Implementations§
source§impl Ord for BoundType
impl Ord for BoundType
source§impl PartialEq for BoundType
impl PartialEq for BoundType
source§impl PartialOrd for BoundType
impl PartialOrd for BoundType
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for BoundType
impl Eq for BoundType
impl StructuralEq for BoundType
impl StructuralPartialEq for BoundType
Auto Trait Implementations§
impl RefUnwindSafe for BoundType
impl Send for BoundType
impl Sync for BoundType
impl Unpin 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