pub struct GuildStickersUpdate {
pub guild_id: Id<GuildMarker>,
pub stickers: Vec<Sticker>,
}
Fields§
§guild_id: Id<GuildMarker>
§stickers: Vec<Sticker>
Trait Implementations§
Source§impl Clone for GuildStickersUpdate
impl Clone for GuildStickersUpdate
Source§fn clone(&self) -> GuildStickersUpdate
fn clone(&self) -> GuildStickersUpdate
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 GuildStickersUpdate
impl Debug for GuildStickersUpdate
Source§impl<'de> Deserialize<'de> for GuildStickersUpdate
impl<'de> Deserialize<'de> for GuildStickersUpdate
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 GuildStickersUpdate
impl PartialEq for GuildStickersUpdate
Source§impl Serialize for GuildStickersUpdate
impl Serialize for GuildStickersUpdate
impl Eq for GuildStickersUpdate
impl StructuralPartialEq for GuildStickersUpdate
Auto Trait Implementations§
impl Freeze for GuildStickersUpdate
impl RefUnwindSafe for GuildStickersUpdate
impl Send for GuildStickersUpdate
impl Sync for GuildStickersUpdate
impl Unpin for GuildStickersUpdate
impl UnwindSafe for GuildStickersUpdate
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