pub struct ContextField { /* private fields */ }Expand description
Metadata value wrapper with zeroization for owned data.
Borrowed values are assumed static and are not zeroized.
Implementations§
Trait Implementations§
Source§impl Debug for ContextField
impl Debug for ContextField
Source§impl Drop for ContextField
impl Drop for ContextField
Source§impl From<&'static str> for ContextField
impl From<&'static str> for ContextField
Source§impl From<String> for ContextField
impl From<String> for ContextField
Auto Trait Implementations§
impl Freeze for ContextField
impl RefUnwindSafe for ContextField
impl Send for ContextField
impl Sync for ContextField
impl Unpin for ContextField
impl UnwindSafe for ContextField
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