Enum worker::RequestRedirect [−][src]
pub enum RequestRedirect {
Error,
Follow,
Manual,
}
Variants
Trait Implementations
Returns the “default value” for a type. Read more
Returns an ABI instance indicating “none”, which JS will interpret as
the None
branch of this option. Read more
Auto Trait Implementations
impl RefUnwindSafe for RequestRedirect
impl Send for RequestRedirect
impl Sync for RequestRedirect
impl Unpin for RequestRedirect
impl UnwindSafe for RequestRedirect
Blanket Implementations
Mutably borrows from an owned value. Read more
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
Same as IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
. Read more