pub enum RedirectDecision {
Follow,
Stop,
Error(WireError),
}Variants§
Auto Trait Implementations§
impl !Freeze for RedirectDecision
impl !RefUnwindSafe for RedirectDecision
impl !UnwindSafe for RedirectDecision
impl Send for RedirectDecision
impl Sync for RedirectDecision
impl Unpin for RedirectDecision
impl UnsafeUnpin for RedirectDecision
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