[][src]Struct web_sys::NetworkResultOptions

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

The NetworkResultOptions dictionary.

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

Methods

impl NetworkResultOptions[src]

pub fn new() -> Self[src]

Construct a new NetworkResultOptions.

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

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

Change the broadcast field of this object.

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

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

Change the curExternalIfname field of this object.

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

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

Change the curInternalIfname field of this object.

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

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

Change the dns1 field of this object.

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

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

Change the dns1_str field of this object.

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

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

Change the dns2 field of this object.

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

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

Change the dns2_str field of this object.

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

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

Change the enable field of this object.

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

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

Change the error field of this object.

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

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

Change the flag field of this object.

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

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

Change the gateway field of this object.

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

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

Change the gateway_str field of this object.

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

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

Change the id field of this object.

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

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

Change the interfaceList field of this object.

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

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

Change the ipAddr field of this object.

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

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

Change the ipaddr field of this object.

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

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

Change the ipaddr_str field of this object.

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

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

Change the lease field of this object.

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

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

Change the macAddr field of this object.

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

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

Change the mask field of this object.

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

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

Change the mask_str field of this object.

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

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

Change the netId field of this object.

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

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

Change the prefixLength field of this object.

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

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

Change the reason field of this object.

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

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

Change the reply field of this object.

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

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

Change the result field of this object.

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

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

Change the resultCode field of this object.

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

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

Change the resultReason field of this object.

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

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

Change the ret field of this object.

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

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

Change the route field of this object.

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

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

Change the server field of this object.

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

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

Change the server_str field of this object.

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

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

Change the success field of this object.

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

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

Change the topic field of this object.

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

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

Change the vendor_str field of this object.

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

Trait Implementations

impl AsRef<JsValue> for NetworkResultOptions[src]

impl AsRef<NetworkResultOptions> for NetworkResultOptions[src]

impl AsRef<Object> for NetworkResultOptions[src]

impl Clone for NetworkResultOptions[src]

impl Debug for NetworkResultOptions[src]

impl Deref for NetworkResultOptions[src]

type Target = Object

The resulting type after dereferencing.

impl Eq for NetworkResultOptions[src]

impl From<JsValue> for NetworkResultOptions[src]

impl From<NetworkResultOptions> for JsValue[src]

impl From<NetworkResultOptions> for Object[src]

impl FromWasmAbi for NetworkResultOptions[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 NetworkResultOptions[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 NetworkResultOptions[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 NetworkResultOptions[src]

impl OptionFromWasmAbi for NetworkResultOptions[src]

impl OptionIntoWasmAbi for NetworkResultOptions[src]

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

impl PartialEq<NetworkResultOptions> for NetworkResultOptions[src]

impl RefFromWasmAbi for NetworkResultOptions[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<NetworkResultOptions>

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 NetworkResultOptions[src]

impl StructuralPartialEq for NetworkResultOptions[src]

impl WasmDescribe for NetworkResultOptions[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.