pub struct LegacyOpaqueMetadata { /* private fields */ }Expand description
Ordered opaque legacy metadata.
serde_json::Map uses a key-sorted representation in this workspace. The
Legacy result wires promise the received _meta member order remains
observable on replay, so this narrow wrapper retains object-member order.
Implementations§
Trait Implementations§
Source§impl Clone for LegacyOpaqueMetadata
impl Clone for LegacyOpaqueMetadata
Source§fn clone(&self) -> LegacyOpaqueMetadata
fn clone(&self) -> LegacyOpaqueMetadata
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 LegacyOpaqueMetadata
impl Debug for LegacyOpaqueMetadata
Source§impl Default for LegacyOpaqueMetadata
impl Default for LegacyOpaqueMetadata
Source§fn default() -> LegacyOpaqueMetadata
fn default() -> LegacyOpaqueMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LegacyOpaqueMetadata
impl<'de> Deserialize<'de> for LegacyOpaqueMetadata
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
Source§impl PartialEq for LegacyOpaqueMetadata
impl PartialEq for LegacyOpaqueMetadata
Source§impl Serialize for LegacyOpaqueMetadata
impl Serialize for LegacyOpaqueMetadata
impl StructuralPartialEq for LegacyOpaqueMetadata
Auto Trait Implementations§
impl Freeze for LegacyOpaqueMetadata
impl RefUnwindSafe for LegacyOpaqueMetadata
impl Send for LegacyOpaqueMetadata
impl Sync for LegacyOpaqueMetadata
impl Unpin for LegacyOpaqueMetadata
impl UnsafeUnpin for LegacyOpaqueMetadata
impl UnwindSafe for LegacyOpaqueMetadata
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, _span: NoopSpan) -> Self
fn instrument(self, _span: NoopSpan) -> Self
Instruments this future with a span (no-op when disabled).
Source§fn in_current_span(self) -> Self
fn in_current_span(self) -> Self
Instruments this future with the current span (no-op when disabled).