pub enum LowerBound {}
Expand description
A tag type representing a lower bound
Trait Implementations§
Source§impl BoundSided for LowerBound
impl BoundSided for LowerBound
Auto Trait Implementations§
impl Freeze for LowerBound
impl RefUnwindSafe for LowerBound
impl Send for LowerBound
impl Sync for LowerBound
impl Unpin for LowerBound
impl UnwindSafe for LowerBound
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