pub struct GetMuteRequest {
pub instance_id: u32,
pub channel: MuteChannel,
}Fields§
§instance_id: u32§channel: MuteChannelTrait Implementations§
Source§impl Clone for GetMuteRequest
impl Clone for GetMuteRequest
Source§fn clone(&self) -> GetMuteRequest
fn clone(&self) -> GetMuteRequest
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 Debug for GetMuteRequest
impl Debug for GetMuteRequest
Source§impl Default for GetMuteRequest
impl Default for GetMuteRequest
Source§fn default() -> GetMuteRequest
fn default() -> GetMuteRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetMuteRequest
impl PartialEq for GetMuteRequest
Source§impl ToXml for GetMuteRequest
impl ToXml for GetMuteRequest
impl StructuralPartialEq for GetMuteRequest
Auto Trait Implementations§
impl Freeze for GetMuteRequest
impl RefUnwindSafe for GetMuteRequest
impl Send for GetMuteRequest
impl Sync for GetMuteRequest
impl Unpin for GetMuteRequest
impl UnwindSafe for GetMuteRequest
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