pub struct ContextAttributes { /* private fields */ }
Expand description
ContextAttributes is used to handle redaction of select context properties when serializing a
Context that will be sent to LaunchDarkly.
Construct from a source context, indicating if all attributes should be private,
and providing a set of attribute references that should be selectively marked private.
Formats the value using the given formatter.
Read more
Serialize this value into the given Serde serializer.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.