pub struct ImplementsInterfaces<'a> {
pub interfaces: AstVec<'a, NamedType<'a>>,
pub span: Span,
}Expand description
implements &? NamedType (& NamedType)*
Fields§
§interfaces: AstVec<'a, NamedType<'a>>§span: SpanStarts at the implements keyword.
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ImplementsInterfaces<'a>
impl<'a> !Send for ImplementsInterfaces<'a>
impl<'a> !UnwindSafe for ImplementsInterfaces<'a>
impl<'a> Freeze for ImplementsInterfaces<'a>
impl<'a> Sync for ImplementsInterfaces<'a>
impl<'a> Unpin for ImplementsInterfaces<'a>
impl<'a> UnsafeUnpin for ImplementsInterfaces<'a>
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