pub struct AnnotationAndDef {
pub annotations: Option<Vec<AnnotationAppl>>,
pub definition: Definition,
}Fields§
§annotations: Option<Vec<AnnotationAppl>>§definition: DefinitionTrait Implementations§
Source§impl Clone for AnnotationAndDef
impl Clone for AnnotationAndDef
Source§fn clone(&self) -> AnnotationAndDef
fn clone(&self) -> AnnotationAndDef
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 AnnotationAndDef
impl Debug for AnnotationAndDef
Source§impl PartialEq for AnnotationAndDef
impl PartialEq for AnnotationAndDef
Source§impl PartialOrd for AnnotationAndDef
impl PartialOrd for AnnotationAndDef
impl StructuralPartialEq for AnnotationAndDef
Auto Trait Implementations§
impl Freeze for AnnotationAndDef
impl RefUnwindSafe for AnnotationAndDef
impl Send for AnnotationAndDef
impl Sync for AnnotationAndDef
impl Unpin for AnnotationAndDef
impl UnwindSafe for AnnotationAndDef
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