pub enum AttributeGroupTypeContent {
Annotation(Annotation),
Attribute(AttributeType),
AttributeGroup(AttributeGroupType),
AnyAttribute(AnyAttribute),
}Variants§
Annotation(Annotation)
Attribute(AttributeType)
AttributeGroup(AttributeGroupType)
AnyAttribute(AnyAttribute)
Trait Implementations§
Source§impl Clone for AttributeGroupTypeContent
impl Clone for AttributeGroupTypeContent
Source§fn clone(&self) -> AttributeGroupTypeContent
fn clone(&self) -> AttributeGroupTypeContent
Returns a copy 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 AttributeGroupTypeContent
impl Debug for AttributeGroupTypeContent
impl Eq for AttributeGroupTypeContent
impl StructuralPartialEq for AttributeGroupTypeContent
Auto Trait Implementations§
impl Freeze for AttributeGroupTypeContent
impl RefUnwindSafe for AttributeGroupTypeContent
impl Send for AttributeGroupTypeContent
impl Sync for AttributeGroupTypeContent
impl Unpin for AttributeGroupTypeContent
impl UnwindSafe for AttributeGroupTypeContent
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