pub struct AssertionType {
pub id: Option<String>,
pub test: Option<String>,
pub xpath_default_namespace: Option<XpathDefaultNamespaceType>,
pub annotation: Option<Annotation>,
}Fields§
§id: Option<String>§test: Option<String>§xpath_default_namespace: Option<XpathDefaultNamespaceType>§annotation: Option<Annotation>Trait Implementations§
Source§impl Clone for AssertionType
impl Clone for AssertionType
Source§fn clone(&self) -> AssertionType
fn clone(&self) -> AssertionType
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 AssertionType
impl Debug for AssertionType
Source§impl<'de> Deserializer<'de, AssertionType> for AssertionTypeDeserializer
impl<'de> Deserializer<'de, AssertionType> for AssertionTypeDeserializer
Source§fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, AssertionType, Self>where
R: XmlReader,
fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, AssertionType, Self>where
R: XmlReader,
Source§fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, AssertionType, Self>where
R: XmlReader,
fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, AssertionType, Self>where
R: XmlReader,
Source§impl PartialEq for AssertionType
impl PartialEq for AssertionType
Source§impl WithDeserializer for AssertionType
impl WithDeserializer for AssertionType
Source§type Deserializer = AssertionTypeDeserializer
type Deserializer = AssertionTypeDeserializer
The deserializer to use for this type.
Source§impl WithNamespace for AssertionType
impl WithNamespace for AssertionType
impl Eq for AssertionType
impl StructuralPartialEq for AssertionType
Auto Trait Implementations§
impl Freeze for AssertionType
impl RefUnwindSafe for AssertionType
impl Send for AssertionType
impl Sync for AssertionType
impl Unpin for AssertionType
impl UnwindSafe for AssertionType
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