Struct opentelemetry::baggage::BaggageMetadata
source · pub struct BaggageMetadata(/* private fields */);
Expand description
An optional property set that can be added to Baggage
values.
BaggageMetadata
can be added to values in the form of a property set,
represented as semi-colon ;
delimited list of names and/or name/value
pairs, e.g. ;k1=v1;k2;k3=v3
.
Implementations§
Trait Implementations§
source§impl Clone for BaggageMetadata
impl Clone for BaggageMetadata
source§fn clone(&self) -> BaggageMetadata
fn clone(&self) -> BaggageMetadata
Returns a copy of the value. Read more
1.0.0 · 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 BaggageMetadata
impl Debug for BaggageMetadata
source§impl Default for BaggageMetadata
impl Default for BaggageMetadata
source§fn default() -> BaggageMetadata
fn default() -> BaggageMetadata
Returns the “default value” for a type. Read more
source§impl Display for BaggageMetadata
impl Display for BaggageMetadata
source§impl From<&str> for BaggageMetadata
impl From<&str> for BaggageMetadata
source§impl From<String> for BaggageMetadata
impl From<String> for BaggageMetadata
source§fn from(s: String) -> BaggageMetadata
fn from(s: String) -> BaggageMetadata
Converts to this type from the input type.
source§impl PartialEq for BaggageMetadata
impl PartialEq for BaggageMetadata
source§impl PartialOrd for BaggageMetadata
impl PartialOrd for BaggageMetadata
impl Eq for BaggageMetadata
impl StructuralPartialEq for BaggageMetadata
Auto Trait Implementations§
impl Freeze for BaggageMetadata
impl RefUnwindSafe for BaggageMetadata
impl Send for BaggageMetadata
impl Sync for BaggageMetadata
impl Unpin for BaggageMetadata
impl UnwindSafe for BaggageMetadata
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)