pub struct Any {
pub min_occurs: Option<u32>,
pub max_uccors: Option<MaxOccurs>,
}Expand description
The Any type.
Fields§
§min_occurs: Option<u32>Minimum number of times this field occurs.
max_uccors: Option<MaxOccurs>Maximum number of times this field occurs.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Any
impl RefUnwindSafe for Any
impl Send for Any
impl Sync for Any
impl Unpin for Any
impl UnwindSafe for Any
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