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