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