pub struct PlaintextHeaderKey { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl HeaderKey for PlaintextHeaderKey
impl HeaderKey for PlaintextHeaderKey
Auto Trait Implementations§
impl Freeze for PlaintextHeaderKey
impl RefUnwindSafe for PlaintextHeaderKey
impl Send for PlaintextHeaderKey
impl Sync for PlaintextHeaderKey
impl Unpin for PlaintextHeaderKey
impl UnwindSafe for PlaintextHeaderKey
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