pub struct AnnotationExpr {
pub name: Ident,
}Fields§
§name: IdentTrait Implementations§
Source§impl Clone for AnnotationExpr
impl Clone for AnnotationExpr
Source§fn clone(&self) -> AnnotationExpr
fn clone(&self) -> AnnotationExpr
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 AnnotationExpr
impl Debug for AnnotationExpr
Source§impl PartialEq for AnnotationExpr
impl PartialEq for AnnotationExpr
impl StructuralPartialEq for AnnotationExpr
Auto Trait Implementations§
impl Freeze for AnnotationExpr
impl RefUnwindSafe for AnnotationExpr
impl Send for AnnotationExpr
impl Sync for AnnotationExpr
impl Unpin for AnnotationExpr
impl UnwindSafe for AnnotationExpr
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