pub struct ModelGroup {
pub name: QName,
pub particle: Particle,
}Expand description
<xs:group> — a named model-group particle, referenced from complex
types or other groups.
Fields§
§name: QName§particle: ParticleTrait Implementations§
Auto Trait Implementations§
impl Freeze for ModelGroup
impl RefUnwindSafe for ModelGroup
impl Send for ModelGroup
impl Sync for ModelGroup
impl Unpin for ModelGroup
impl UnsafeUnpin for ModelGroup
impl UnwindSafe for ModelGroup
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