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§
Trait Implementations§
source§impl Debug for ContextAttributes
impl Debug for ContextAttributes
Auto Trait Implementations§
impl Freeze for ContextAttributes
impl RefUnwindSafe for ContextAttributes
impl Send for ContextAttributes
impl Sync for ContextAttributes
impl Unpin for ContextAttributes
impl UnwindSafe for ContextAttributes
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