pub struct WildcardType {
pub id: Option<String>,
pub namespace: Option<NamespaceListType>,
pub not_namespace: Option<BasicNamespaceListType>,
pub process_contents: ProcessContentsType,
pub annotation: Option<Annotation>,
}Fields§
§id: Option<String>§namespace: Option<NamespaceListType>§not_namespace: Option<BasicNamespaceListType>§process_contents: ProcessContentsType§annotation: Option<Annotation>Implementations§
Source§impl WildcardType
impl WildcardType
pub fn default_process_contents() -> ProcessContentsType
Trait Implementations§
Source§impl Clone for WildcardType
impl Clone for WildcardType
Source§fn clone(&self) -> WildcardType
fn clone(&self) -> WildcardType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WildcardType
impl Debug for WildcardType
Source§impl<'de> Deserializer<'de, WildcardType> for Box<WildcardTypeDeserializer>
impl<'de> Deserializer<'de, WildcardType> for Box<WildcardTypeDeserializer>
Source§fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, WildcardType>where
R: DeserializeReader,
fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, WildcardType>where
R: DeserializeReader,
Source§fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, WildcardType>where
R: DeserializeReader,
fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, WildcardType>where
R: DeserializeReader,
Source§fn finish<R>(self, reader: &R) -> Result<WildcardType, Error>where
R: DeserializeReader,
fn finish<R>(self, reader: &R) -> Result<WildcardType, Error>where
R: DeserializeReader,
Force the deserializer to finish. Read more
Source§impl PartialEq for WildcardType
impl PartialEq for WildcardType
Source§impl WithDeserializer for WildcardType
impl WithDeserializer for WildcardType
Source§type Deserializer = Box<WildcardTypeDeserializer>
type Deserializer = Box<WildcardTypeDeserializer>
The deserializer to use for this type.
impl Eq for WildcardType
impl StructuralPartialEq for WildcardType
Auto Trait Implementations§
impl Freeze for WildcardType
impl RefUnwindSafe for WildcardType
impl Send for WildcardType
impl Sync for WildcardType
impl Unpin for WildcardType
impl UnwindSafe for WildcardType
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