pub struct AuthHeaderState;
Auto Trait Implementations§
impl Freeze for AuthHeaderState
impl RefUnwindSafe for AuthHeaderState
impl Send for AuthHeaderState
impl Sync for AuthHeaderState
impl Unpin for AuthHeaderState
impl UnwindSafe for AuthHeaderState
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