pub struct AttributeGroupType {
pub id: Option<String>,
pub name: Option<String>,
pub ref_: Option<QName>,
pub content: Vec<AttributeGroupTypeContent>,
}Fields§
§id: Option<String>§name: Option<String>§ref_: Option<QName>§content: Vec<AttributeGroupTypeContent>Trait Implementations§
Source§impl Clone for AttributeGroupType
impl Clone for AttributeGroupType
Source§fn clone(&self) -> AttributeGroupType
fn clone(&self) -> AttributeGroupType
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 AttributeGroupType
impl Debug for AttributeGroupType
Source§impl<'de> Deserializer<'de, AttributeGroupType> for Box<AttributeGroupTypeDeserializer>
impl<'de> Deserializer<'de, AttributeGroupType> for Box<AttributeGroupTypeDeserializer>
Source§fn init(
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> DeserializerResult<'de, AttributeGroupType>
fn init( helper: &mut DeserializeHelper, event: Event<'de>, ) -> DeserializerResult<'de, AttributeGroupType>
Source§fn next(
self,
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> DeserializerResult<'de, AttributeGroupType>
fn next( self, helper: &mut DeserializeHelper, event: Event<'de>, ) -> DeserializerResult<'de, AttributeGroupType>
Source§fn finish(
self,
helper: &mut DeserializeHelper,
) -> Result<AttributeGroupType, Error>
fn finish( self, helper: &mut DeserializeHelper, ) -> Result<AttributeGroupType, Error>
Force the deserializer to finish. Read more
Source§impl PartialEq for AttributeGroupType
impl PartialEq for AttributeGroupType
Source§impl WithDeserializer for AttributeGroupType
impl WithDeserializer for AttributeGroupType
Source§type Deserializer = Box<AttributeGroupTypeDeserializer>
type Deserializer = Box<AttributeGroupTypeDeserializer>
The deserializer to use for this type.
Source§fn init<'de>(
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> Result<DeserializerOutput<'de, Self>, Error>
fn init<'de>( helper: &mut DeserializeHelper, event: Event<'de>, ) -> Result<DeserializerOutput<'de, Self>, Error>
impl Eq for AttributeGroupType
impl StructuralPartialEq for AttributeGroupType
Auto Trait Implementations§
impl Freeze for AttributeGroupType
impl RefUnwindSafe for AttributeGroupType
impl Send for AttributeGroupType
impl Sync for AttributeGroupType
impl Unpin for AttributeGroupType
impl UnwindSafe for AttributeGroupType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'de, R, X> DeserializeSync<'de, R> for Xwhere
R: XmlReaderSync<'de>,
X: WithDeserializer,
impl<'de, R, X> DeserializeSync<'de, R> for Xwhere
R: XmlReaderSync<'de>,
X: WithDeserializer,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.