pub struct AltType {
pub id: Option<String>,
pub test: Option<String>,
pub type_: Option<QName>,
pub xpath_default_namespace: Option<XpathDefaultNamespaceType>,
pub content: Vec<AltTypeContent>,
}Fields§
§id: Option<String>§test: Option<String>§type_: Option<QName>§xpath_default_namespace: Option<XpathDefaultNamespaceType>§content: Vec<AltTypeContent>Trait Implementations§
Source§impl<'de> Deserializer<'de, AltType> for AltTypeDeserializer
impl<'de> Deserializer<'de, AltType> for AltTypeDeserializer
Source§impl WithDeserializer for AltType
impl WithDeserializer for AltType
Source§type Deserializer = AltTypeDeserializer
type Deserializer = AltTypeDeserializer
The deserializer to use for this type.
Source§impl WithNamespace for AltType
impl WithNamespace for AltType
impl Eq for AltType
impl StructuralPartialEq for AltType
Auto Trait Implementations§
impl Freeze for AltType
impl RefUnwindSafe for AltType
impl Send for AltType
impl Sync for AltType
impl Unpin for AltType
impl UnwindSafe for AltType
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