pub enum BoundSide {
Upper,
Lower,
}
Expand description
The possible sides of a bound.
Variants§
Trait Implementations§
impl Copy for BoundSide
impl Eq for BoundSide
impl StructuralPartialEq for BoundSide
Auto Trait Implementations§
impl Freeze for BoundSide
impl RefUnwindSafe for BoundSide
impl Send for BoundSide
impl Sync for BoundSide
impl Unpin for BoundSide
impl UnwindSafe for BoundSide
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