pub struct Any {
pub id: Option<String>,
pub namespace: Option<NamespaceListType>,
pub not_namespace: Option<NotNamespaceType>,
pub process_contents: ProcessContentsType,
pub not_q_name: Option<QnameListType>,
pub min_occurs: usize,
pub max_occurs: MaxOccurs,
pub annotation: Option<Annotation>,
}Fields§
§id: Option<String>§namespace: Option<NamespaceListType>§not_namespace: Option<NotNamespaceType>§process_contents: ProcessContentsType§not_q_name: Option<QnameListType>§min_occurs: usize§max_occurs: MaxOccurs§annotation: Option<Annotation>Implementations§
Source§impl Any
impl Any
pub fn default_process_contents() -> ProcessContentsType
pub fn default_min_occurs() -> usize
pub fn default_max_occurs() -> MaxOccurs
Trait Implementations§
Source§impl<'de> Deserializer<'de, Any> for AnyDeserializer
impl<'de> Deserializer<'de, Any> for AnyDeserializer
Source§impl WithDeserializer for Any
impl WithDeserializer for Any
Source§type Deserializer = AnyDeserializer
type Deserializer = AnyDeserializer
The deserializer to use for this type.
Source§impl WithNamespace for Any
impl WithNamespace for Any
impl Eq for Any
impl StructuralPartialEq for Any
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