pub struct SetMuteRequest {
pub instance_id: u32,
pub channel: MuteChannel,
pub desired_mute: bool,
}Fields§
§instance_id: u32§channel: MuteChannel§desired_mute: boolTrait Implementations§
Source§impl Clone for SetMuteRequest
impl Clone for SetMuteRequest
Source§fn clone(&self) -> SetMuteRequest
fn clone(&self) -> SetMuteRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SetMuteRequest
impl Debug for SetMuteRequest
Source§impl Default for SetMuteRequest
impl Default for SetMuteRequest
Source§fn default() -> SetMuteRequest
fn default() -> SetMuteRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for SetMuteRequest
impl PartialEq for SetMuteRequest
Source§fn eq(&self, other: &SetMuteRequest) -> bool
fn eq(&self, other: &SetMuteRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetMuteRequest
Auto Trait Implementations§
impl Freeze for SetMuteRequest
impl RefUnwindSafe for SetMuteRequest
impl Send for SetMuteRequest
impl Sync for SetMuteRequest
impl Unpin for SetMuteRequest
impl UnsafeUnpin for SetMuteRequest
impl UnwindSafe for SetMuteRequest
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