pub struct VectorMetadata { /* private fields */ }Expand description
String metadata attached to a vector record.
Implementations§
Trait Implementations§
Source§impl Clone for VectorMetadata
impl Clone for VectorMetadata
Source§fn clone(&self) -> VectorMetadata
fn clone(&self) -> VectorMetadata
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 VectorMetadata
impl Debug for VectorMetadata
Source§impl Default for VectorMetadata
impl Default for VectorMetadata
Source§fn default() -> VectorMetadata
fn default() -> VectorMetadata
Returns the “default value” for a type. Read more
Source§impl PartialEq for VectorMetadata
impl PartialEq for VectorMetadata
Source§fn eq(&self, other: &VectorMetadata) -> bool
fn eq(&self, other: &VectorMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for VectorMetadata
impl StructuralPartialEq for VectorMetadata
Auto Trait Implementations§
impl Freeze for VectorMetadata
impl RefUnwindSafe for VectorMetadata
impl Send for VectorMetadata
impl Sync for VectorMetadata
impl Unpin for VectorMetadata
impl UnsafeUnpin for VectorMetadata
impl UnwindSafe for VectorMetadata
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