pub struct FreeformNativeMetadata {
pub paste_id: Option<String>,
pub raw_data: Vec<u8>,
}Expand description
Correlation metadata from CRLNativeMetadata.
Fields§
§paste_id: Option<String>Paste UUID shared with the CRL native index.
raw_data: Vec<u8>Original metadata protobuf.
Trait Implementations§
Source§impl Clone for FreeformNativeMetadata
impl Clone for FreeformNativeMetadata
Source§fn clone(&self) -> FreeformNativeMetadata
fn clone(&self) -> FreeformNativeMetadata
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 FreeformNativeMetadata
impl Debug for FreeformNativeMetadata
Source§impl Default for FreeformNativeMetadata
impl Default for FreeformNativeMetadata
Source§fn default() -> FreeformNativeMetadata
fn default() -> FreeformNativeMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FreeformNativeMetadata
impl<'de> Deserialize<'de> for FreeformNativeMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for FreeformNativeMetadata
Source§impl PartialEq for FreeformNativeMetadata
impl PartialEq for FreeformNativeMetadata
Source§impl Serialize for FreeformNativeMetadata
impl Serialize for FreeformNativeMetadata
impl StructuralPartialEq for FreeformNativeMetadata
Auto Trait Implementations§
impl Freeze for FreeformNativeMetadata
impl RefUnwindSafe for FreeformNativeMetadata
impl Send for FreeformNativeMetadata
impl Sync for FreeformNativeMetadata
impl Unpin for FreeformNativeMetadata
impl UnsafeUnpin for FreeformNativeMetadata
impl UnwindSafe for FreeformNativeMetadata
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