pub struct TypeBound {
pub trait_name: String,
pub span: Span,
}Fields§
§trait_name: String§span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for TypeBound
impl RefUnwindSafe for TypeBound
impl Send for TypeBound
impl Sync for TypeBound
impl Unpin 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