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