pub struct NativeDocPathValueEntry {
pub path: String,
pub value: String,
}Expand description
One path/value pair extracted from a document.
Fields§
§path: String§value: StringTrait Implementations§
Source§impl Clone for NativeDocPathValueEntry
impl Clone for NativeDocPathValueEntry
Source§fn clone(&self) -> NativeDocPathValueEntry
fn clone(&self) -> NativeDocPathValueEntry
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 moreSource§impl Debug for NativeDocPathValueEntry
impl Debug for NativeDocPathValueEntry
impl Eq for NativeDocPathValueEntry
Source§impl PartialEq for NativeDocPathValueEntry
impl PartialEq for NativeDocPathValueEntry
impl StructuralPartialEq for NativeDocPathValueEntry
Auto Trait Implementations§
impl Freeze for NativeDocPathValueEntry
impl RefUnwindSafe for NativeDocPathValueEntry
impl Send for NativeDocPathValueEntry
impl Sync for NativeDocPathValueEntry
impl Unpin for NativeDocPathValueEntry
impl UnsafeUnpin for NativeDocPathValueEntry
impl UnwindSafe for NativeDocPathValueEntry
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