[][src]Struct web_sys::FakePluginTagInit

#[repr(transparent)]pub struct FakePluginTagInit { /* fields omitted */ }

The FakePluginTagInit dictionary.

This API requires the following crate features to be activated: FakePluginTagInit

Implementations

impl FakePluginTagInit[src]

pub fn new(handler_uri: &str, mime_entries: &JsValue) -> Self[src]

Construct a new FakePluginTagInit.

This API requires the following crate features to be activated: FakePluginTagInit

pub fn description(&mut self, val: &str) -> &mut Self[src]

Change the description field of this object.

This API requires the following crate features to be activated: FakePluginTagInit

pub fn file_name(&mut self, val: &str) -> &mut Self[src]

Change the fileName field of this object.

This API requires the following crate features to be activated: FakePluginTagInit

pub fn full_path(&mut self, val: &str) -> &mut Self[src]

Change the fullPath field of this object.

This API requires the following crate features to be activated: FakePluginTagInit

pub fn handler_uri(&mut self, val: &str) -> &mut Self[src]

Change the handlerURI field of this object.

This API requires the following crate features to be activated: FakePluginTagInit

pub fn mime_entries(&mut self, val: &JsValue) -> &mut Self[src]

Change the mimeEntries field of this object.

This API requires the following crate features to be activated: FakePluginTagInit

pub fn name(&mut self, val: &str) -> &mut Self[src]

Change the name field of this object.

This API requires the following crate features to be activated: FakePluginTagInit

pub fn nice_name(&mut self, val: &str) -> &mut Self[src]

Change the niceName field of this object.

This API requires the following crate features to be activated: FakePluginTagInit

pub fn sandbox_script(&mut self, val: &str) -> &mut Self[src]

Change the sandboxScript field of this object.

This API requires the following crate features to be activated: FakePluginTagInit

pub fn version(&mut self, val: &str) -> &mut Self[src]

Change the version field of this object.

This API requires the following crate features to be activated: FakePluginTagInit

Trait Implementations

impl AsRef<FakePluginTagInit> for FakePluginTagInit[src]

impl AsRef<JsValue> for FakePluginTagInit[src]

impl AsRef<Object> for FakePluginTagInit[src]

impl Clone for FakePluginTagInit[src]

impl Debug for FakePluginTagInit[src]

impl Deref for FakePluginTagInit[src]

type Target = Object

The resulting type after dereferencing.

impl Eq for FakePluginTagInit[src]

impl From<FakePluginTagInit> for JsValue[src]

impl From<FakePluginTagInit> for Object[src]

impl From<JsValue> for FakePluginTagInit[src]

impl FromWasmAbi for FakePluginTagInit[src]

type Abi = <JsValue as FromWasmAbi>::Abi

The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more

impl IntoWasmAbi for FakePluginTagInit[src]

type Abi = <JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl<'a> IntoWasmAbi for &'a FakePluginTagInit[src]

type Abi = <&'a JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl JsCast for FakePluginTagInit[src]

impl OptionFromWasmAbi for FakePluginTagInit[src]

impl OptionIntoWasmAbi for FakePluginTagInit[src]

impl<'a> OptionIntoWasmAbi for &'a FakePluginTagInit[src]

impl PartialEq<FakePluginTagInit> for FakePluginTagInit[src]

impl RefFromWasmAbi for FakePluginTagInit[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<FakePluginTagInit>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more

impl StructuralEq for FakePluginTagInit[src]

impl StructuralPartialEq for FakePluginTagInit[src]

impl WasmDescribe for FakePluginTagInit[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.