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