pub struct SetMuteParams {
pub id: String,
pub mute: bool,
}
Fields§
§id: String
§mute: bool
Trait Implementations§
Source§impl Clone for SetMuteParams
impl Clone for SetMuteParams
Source§fn clone(&self) -> SetMuteParams
fn clone(&self) -> SetMuteParams
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 SetMuteParams
impl Debug for SetMuteParams
Source§impl<'de> Deserialize<'de> for SetMuteParams
impl<'de> Deserialize<'de> for SetMuteParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SetMuteParams
impl PartialEq for SetMuteParams
Source§impl Serialize for SetMuteParams
impl Serialize for SetMuteParams
impl StructuralPartialEq for SetMuteParams
Auto Trait Implementations§
impl Freeze for SetMuteParams
impl RefUnwindSafe for SetMuteParams
impl Send for SetMuteParams
impl Sync for SetMuteParams
impl Unpin for SetMuteParams
impl UnwindSafe for SetMuteParams
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