pub struct AttributeGroup {
pub name: QName,
pub attributes: Vec<AttributeUse>,
pub any: Option<Wildcard>,
}Expand description
<xs:attributeGroup> — a named bundle of attribute uses, referenced
from complex types via <xs:attributeGroup ref="…"/>.
Fields§
§name: QName§attributes: Vec<AttributeUse>§any: Option<Wildcard>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AttributeGroup
impl RefUnwindSafe for AttributeGroup
impl Send for AttributeGroup
impl Sync for AttributeGroup
impl Unpin for AttributeGroup
impl UnsafeUnpin for AttributeGroup
impl UnwindSafe for AttributeGroup
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