Enum dominator::ShadowRootMode [−][src]
pub enum ShadowRootMode {
Open,
Closed,
// some variants omitted
}Expand description
The ShadowRootMode enum.
This API requires the following crate features to be activated: ShadowRootMode
Variants
Implementations
Trait Implementations
Tests whether the argument is a “none” instance. If so it will be
deserialized as None, and otherwise it will be passed to
FromWasmAbi. 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 ShadowRootModeimpl Send for ShadowRootModeimpl Sync for ShadowRootModeimpl Unpin for ShadowRootModeimpl UnwindSafe for ShadowRootModeBlanket Implementations
Mutably borrows from an owned value. Read more
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::AbiSame as IntoWasmAbi::Abi
Same as IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more