pub struct NativeDocPathValueFrame {
pub collection: String,
pub docs: Vec<NativeDocPathValue>,
}Expand description
A decoded document path/value (RDDP) artifact.
Fields§
§collection: String§docs: Vec<NativeDocPathValue>Trait Implementations§
Source§impl Clone for NativeDocPathValueFrame
impl Clone for NativeDocPathValueFrame
Source§fn clone(&self) -> NativeDocPathValueFrame
fn clone(&self) -> NativeDocPathValueFrame
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 NativeDocPathValueFrame
impl Debug for NativeDocPathValueFrame
impl Eq for NativeDocPathValueFrame
Source§impl PartialEq for NativeDocPathValueFrame
impl PartialEq for NativeDocPathValueFrame
impl StructuralPartialEq for NativeDocPathValueFrame
Auto Trait Implementations§
impl Freeze for NativeDocPathValueFrame
impl RefUnwindSafe for NativeDocPathValueFrame
impl Send for NativeDocPathValueFrame
impl Sync for NativeDocPathValueFrame
impl Unpin for NativeDocPathValueFrame
impl UnsafeUnpin for NativeDocPathValueFrame
impl UnwindSafe for NativeDocPathValueFrame
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