Enum web_sys::TcpSocketBinaryType
source · pub enum TcpSocketBinaryType {
Arraybuffer = 0,
String = 1,
// some variants omitted
}
Expand description
The TcpSocketBinaryType
enum.
This API requires the following crate features to be activated: TcpSocketBinaryType
Variants§
Implementations§
source§impl TcpSocketBinaryType
impl TcpSocketBinaryType
pub fn from_js_value(obj: &JsValue) -> Option<TcpSocketBinaryType>
Trait Implementations§
source§impl Clone for TcpSocketBinaryType
impl Clone for TcpSocketBinaryType
source§fn clone(&self) -> TcpSocketBinaryType
fn clone(&self) -> TcpSocketBinaryType
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 TcpSocketBinaryType
impl Debug for TcpSocketBinaryType
source§impl From<TcpSocketBinaryType> for JsValue
impl From<TcpSocketBinaryType> for JsValue
source§fn from(obj: TcpSocketBinaryType) -> JsValue
fn from(obj: TcpSocketBinaryType) -> JsValue
Converts to this type from the input type.
source§impl FromWasmAbi for TcpSocketBinaryType
impl FromWasmAbi for TcpSocketBinaryType
source§impl IntoWasmAbi for TcpSocketBinaryType
impl IntoWasmAbi for TcpSocketBinaryType
source§impl PartialEq for TcpSocketBinaryType
impl PartialEq for TcpSocketBinaryType
source§fn eq(&self, other: &TcpSocketBinaryType) -> bool
fn eq(&self, other: &TcpSocketBinaryType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TcpSocketBinaryType
impl Eq for TcpSocketBinaryType
impl StructuralEq for TcpSocketBinaryType
impl StructuralPartialEq for TcpSocketBinaryType
Auto Trait Implementations§
impl RefUnwindSafe for TcpSocketBinaryType
impl Send for TcpSocketBinaryType
impl Sync for TcpSocketBinaryType
impl Unpin for TcpSocketBinaryType
impl UnwindSafe for TcpSocketBinaryType
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
.