pub struct AssertResult {
pub test: String,
pub xpath_default_namespace: Option<String>,
pub ns_snapshot: NamespaceContextSnapshot,
pub id: Option<String>,
pub annotation: Option<Annotation>,
pub source: Option<SourceRef>,
}Expand description
Assert result (XSD 1.1)
Fields§
§test: String§xpath_default_namespace: Option<String>§ns_snapshot: NamespaceContextSnapshot§id: Option<String>§annotation: Option<Annotation>§source: Option<SourceRef>Trait Implementations§
Source§impl Clone for AssertResult
impl Clone for AssertResult
Source§fn clone(&self) -> AssertResult
fn clone(&self) -> AssertResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AssertResult
impl RefUnwindSafe for AssertResult
impl Send for AssertResult
impl Sync for AssertResult
impl Unpin for AssertResult
impl UnsafeUnpin for AssertResult
impl UnwindSafe for AssertResult
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