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.

Implementations§

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.

Trait Implementations§

Formats the value using the given formatter. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. 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.

Should always be Self
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.