Enum web_sys::SupportedType
source · pub enum SupportedType {
TextHtml = 0,
TextXml = 1,
ApplicationXml = 2,
ApplicationXhtmlXml = 3,
ImageSvgXml = 4,
// some variants omitted
}
Expand description
The SupportedType
enum.
This API requires the following crate features to be activated: SupportedType
Variants§
Implementations§
source§impl SupportedType
impl SupportedType
pub fn from_js_value(obj: &JsValue) -> Option<SupportedType>
Trait Implementations§
source§impl Clone for SupportedType
impl Clone for SupportedType
source§fn clone(&self) -> SupportedType
fn clone(&self) -> SupportedType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SupportedType
impl Debug for SupportedType
source§impl From<SupportedType> for JsValue
impl From<SupportedType> for JsValue
source§fn from(obj: SupportedType) -> JsValue
fn from(obj: SupportedType) -> JsValue
Converts to this type from the input type.
source§impl FromWasmAbi for SupportedType
impl FromWasmAbi for SupportedType
source§impl IntoWasmAbi for SupportedType
impl IntoWasmAbi for SupportedType
source§impl OptionFromWasmAbi for SupportedType
impl OptionFromWasmAbi for SupportedType
source§impl OptionIntoWasmAbi for SupportedType
impl OptionIntoWasmAbi for SupportedType
source§impl PartialEq for SupportedType
impl PartialEq for SupportedType
source§fn eq(&self, other: &SupportedType) -> bool
fn eq(&self, other: &SupportedType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SupportedType
impl Eq for SupportedType
impl StructuralEq for SupportedType
impl StructuralPartialEq for SupportedType
Auto Trait Implementations§
impl RefUnwindSafe for SupportedType
impl Send for SupportedType
impl Sync for SupportedType
impl Unpin for SupportedType
impl UnwindSafe for SupportedType
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
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.