pub struct WhereBoundPredicate {
pub span: Span,
pub bounded_ty: Ty,
pub bounds: GenericBounds,
}
Fields§
§span: Span
§bounded_ty: Ty
§bounds: GenericBounds
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WhereBoundPredicate
impl RefUnwindSafe for WhereBoundPredicate
impl Send for WhereBoundPredicate
impl Sync for WhereBoundPredicate
impl Unpin for WhereBoundPredicate
impl UnwindSafe for WhereBoundPredicate
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