pub enum MaxOccurs {
Bounded(u32),
Unbounded,
}Expand description
The maxOccurs attribute on a sequence element.
Variants§
Trait Implementations§
impl StructuralPartialEq for MaxOccurs
Auto Trait Implementations§
impl Freeze for MaxOccurs
impl RefUnwindSafe for MaxOccurs
impl Send for MaxOccurs
impl Sync for MaxOccurs
impl Unpin for MaxOccurs
impl UnsafeUnpin for MaxOccurs
impl UnwindSafe for MaxOccurs
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