pub struct ParentInterface {
pub annotation: Annotation,
pub ty: Type,
pub span: Span,
}Fields§
§annotation: Annotation§ty: Type§span: SpanTrait Implementations§
Source§impl Clone for ParentInterface
impl Clone for ParentInterface
Source§fn clone(&self) -> ParentInterface
fn clone(&self) -> ParentInterface
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParentInterface
impl Debug for ParentInterface
Source§impl PartialEq for ParentInterface
impl PartialEq for ParentInterface
impl StructuralPartialEq for ParentInterface
Auto Trait Implementations§
impl Freeze for ParentInterface
impl !RefUnwindSafe for ParentInterface
impl !Send for ParentInterface
impl !Sync for ParentInterface
impl Unpin for ParentInterface
impl UnsafeUnpin for ParentInterface
impl !UnwindSafe for ParentInterface
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