pub struct TypeBound {
pub first: Path,
pub additional: Vec<Path>,
pub extends_span: Span,
}Expand description
A type bound: extends Type & Type2.
Fields§
§first: Path§additional: Vec<Path>§extends_span: SpanTrait Implementations§
impl Eq for TypeBound
impl StructuralPartialEq for TypeBound
Auto Trait Implementations§
impl Freeze for TypeBound
impl RefUnwindSafe for TypeBound
impl Send for TypeBound
impl Sync for TypeBound
impl Unpin for TypeBound
impl UnsafeUnpin for TypeBound
impl UnwindSafe for TypeBound
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