pub enum RedirectAction {
FollowKeepMethod,
FollowChangeToGet,
}Variants§
Auto Trait Implementations§
impl Freeze for RedirectAction
impl RefUnwindSafe for RedirectAction
impl Send for RedirectAction
impl Sync for RedirectAction
impl Unpin for RedirectAction
impl UnsafeUnpin for RedirectAction
impl UnwindSafe for RedirectAction
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