Enum medea_jason::peer::mute_state::Stable[][src]

pub enum Stable {
    Muted,
    Unmuted,
}

State of media mute state.

Variants

Muted
Unmuted

Implementations

impl Stable[src]

#[must_use]pub fn opposite(self) -> Self[src]

Returns the opposite value to this Stable.

Trait Implementations

impl Clone for Stable[src]

impl Copy for Stable[src]

impl Debug for Stable[src]

impl Eq for Stable[src]

impl From<Stable> for MediaState[src]

impl From<Stable> for MuteState[src]

impl From<bool> for Stable[src]

impl PartialEq<Stable> for Stable[src]

impl StructuralEq for Stable[src]

impl StructuralPartialEq for Stable[src]

Auto Trait Implementations

impl RefUnwindSafe for Stable

impl Send for Stable

impl Sync for Stable

impl Unpin for Stable

impl UnwindSafe for Stable

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> 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.

impl<E> WrapTraced<E> for E[src]