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