pub struct AnnotationInterfaceBody {
pub brace_span: (Span, Span),
pub members: Vec<AnnotationInterfaceMember>,
}Expand description
Annotation interface body.
Fields§
§brace_span: (Span, Span)§members: Vec<AnnotationInterfaceMember>Trait Implementations§
Source§impl Clone for AnnotationInterfaceBody
impl Clone for AnnotationInterfaceBody
Source§fn clone(&self) -> AnnotationInterfaceBody
fn clone(&self) -> AnnotationInterfaceBody
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AnnotationInterfaceBody
impl Debug for AnnotationInterfaceBody
impl Eq for AnnotationInterfaceBody
Source§impl Hash for AnnotationInterfaceBody
impl Hash for AnnotationInterfaceBody
Source§impl PartialEq for AnnotationInterfaceBody
impl PartialEq for AnnotationInterfaceBody
Source§fn eq(&self, other: &AnnotationInterfaceBody) -> bool
fn eq(&self, other: &AnnotationInterfaceBody) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnnotationInterfaceBody
Auto Trait Implementations§
impl Freeze for AnnotationInterfaceBody
impl RefUnwindSafe for AnnotationInterfaceBody
impl Send for AnnotationInterfaceBody
impl Sync for AnnotationInterfaceBody
impl Unpin for AnnotationInterfaceBody
impl UnsafeUnpin for AnnotationInterfaceBody
impl UnwindSafe for AnnotationInterfaceBody
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