pub enum BoundType {
Inclusive,
Exclusive,
}Expand description
The type of a range bound.
Variants§
Trait Implementations§
impl Copy for BoundType
impl Eq 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 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