pub struct Field {
pub id: Option<String>,
pub xpath: String,
pub xpath_default_namespace: Option<XpathDefaultNamespaceType>,
pub annotation: Option<Annotation>,
}Fields§
§id: Option<String>§xpath: String§xpath_default_namespace: Option<XpathDefaultNamespaceType>§annotation: Option<Annotation>Trait Implementations§
Source§impl<'de> Deserializer<'de, Field> for FieldDeserializer
impl<'de> Deserializer<'de, Field> for FieldDeserializer
Source§impl WithDeserializer for Field
impl WithDeserializer for Field
Source§type Deserializer = FieldDeserializer
type Deserializer = FieldDeserializer
The deserializer to use for this type.
Source§impl WithNamespace for Field
impl WithNamespace for Field
impl Eq for Field
impl StructuralPartialEq for Field
Auto Trait Implementations§
impl Freeze for Field
impl RefUnwindSafe for Field
impl Send for Field
impl Sync for Field
impl Unpin for Field
impl UnwindSafe for Field
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