pub struct FieldResult {
pub xpath: 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
Field result
Fields§
§xpath: String§xpath_default_namespace: Option<String>§ns_snapshot: NamespaceContextSnapshot§id: Option<String>§annotation: Option<Annotation>§source: Option<SourceRef>Trait Implementations§
Source§impl Clone for FieldResult
impl Clone for FieldResult
Source§fn clone(&self) -> FieldResult
fn clone(&self) -> FieldResult
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 FieldResult
impl RefUnwindSafe for FieldResult
impl Send for FieldResult
impl Sync for FieldResult
impl Unpin for FieldResult
impl UnsafeUnpin for FieldResult
impl UnwindSafe for FieldResult
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