pub enum Bound {
Lifetime(LifetimeParam),
Trait(TypeParam),
}Variants§
Lifetime(LifetimeParam)
Trait(TypeParam)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for Bound
impl !Sync for Bound
impl Freeze for Bound
impl RefUnwindSafe for Bound
impl Unpin for Bound
impl UnsafeUnpin for Bound
impl UnwindSafe for Bound
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