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
Source§impl<'de> Deserializer<'de, AttributeGroupTypeContent> for AttributeGroupTypeContentDeserializer
impl<'de> Deserializer<'de, AttributeGroupTypeContent> for AttributeGroupTypeContentDeserializer
Source§fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, AttributeGroupTypeContent>where
R: DeserializeReader,
fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, AttributeGroupTypeContent>where
R: DeserializeReader,
Source§fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, AttributeGroupTypeContent>where
R: DeserializeReader,
fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, AttributeGroupTypeContent>where
R: DeserializeReader,
Source§fn finish<R>(self, reader: &R) -> Result<AttributeGroupTypeContent, Error>where
R: DeserializeReader,
fn finish<R>(self, reader: &R) -> Result<AttributeGroupTypeContent, Error>where
R: DeserializeReader,
Force the deserializer to finish. Read more
Source§impl WithDeserializer for AttributeGroupTypeContent
impl WithDeserializer for AttributeGroupTypeContent
Source§type Deserializer = AttributeGroupTypeContentDeserializer
type Deserializer = AttributeGroupTypeContentDeserializer
The deserializer to use for this type.
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