pub struct UpdateGuildMuteResponse {
pub user_ids: Vec<String>,
}Expand description
Response for batch guild mute.
Fields§
§user_ids: Vec<String>Successfully muted user IDs
Trait Implementations§
Source§impl Clone for UpdateGuildMuteResponse
impl Clone for UpdateGuildMuteResponse
Source§fn clone(&self) -> UpdateGuildMuteResponse
fn clone(&self) -> UpdateGuildMuteResponse
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 UpdateGuildMuteResponse
impl Debug for UpdateGuildMuteResponse
Source§impl Default for UpdateGuildMuteResponse
impl Default for UpdateGuildMuteResponse
Source§fn default() -> UpdateGuildMuteResponse
fn default() -> UpdateGuildMuteResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateGuildMuteResponse
impl<'de> Deserialize<'de> for UpdateGuildMuteResponse
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 UpdateGuildMuteResponse
impl PartialEq for UpdateGuildMuteResponse
Source§fn eq(&self, other: &UpdateGuildMuteResponse) -> bool
fn eq(&self, other: &UpdateGuildMuteResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpdateGuildMuteResponse
impl Serialize for UpdateGuildMuteResponse
impl StructuralPartialEq for UpdateGuildMuteResponse
Auto Trait Implementations§
impl Freeze for UpdateGuildMuteResponse
impl RefUnwindSafe for UpdateGuildMuteResponse
impl Send for UpdateGuildMuteResponse
impl Sync for UpdateGuildMuteResponse
impl Unpin for UpdateGuildMuteResponse
impl UnsafeUnpin for UpdateGuildMuteResponse
impl UnwindSafe for UpdateGuildMuteResponse
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