pub enum ConnectionMuteInputStatusProperty {
InputMuted,
}Variants§
InputMuted
Trait Implementations§
Source§impl Clone for ConnectionMuteInputStatusProperty
impl Clone for ConnectionMuteInputStatusProperty
Source§fn clone(&self) -> ConnectionMuteInputStatusProperty
fn clone(&self) -> ConnectionMuteInputStatusProperty
Returns a duplicate 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 PartialEq for ConnectionMuteInputStatusProperty
impl PartialEq for ConnectionMuteInputStatusProperty
Source§fn eq(&self, other: &ConnectionMuteInputStatusProperty) -> bool
fn eq(&self, other: &ConnectionMuteInputStatusProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ConnectionMuteInputStatusProperty
impl Eq for ConnectionMuteInputStatusProperty
impl StructuralPartialEq for ConnectionMuteInputStatusProperty
Auto Trait Implementations§
impl Freeze for ConnectionMuteInputStatusProperty
impl RefUnwindSafe for ConnectionMuteInputStatusProperty
impl Send for ConnectionMuteInputStatusProperty
impl Sync for ConnectionMuteInputStatusProperty
impl Unpin for ConnectionMuteInputStatusProperty
impl UnwindSafe for ConnectionMuteInputStatusProperty
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