pub struct UpdateGuildSticker {
pub guild_id: Id<GuildMarker>,
pub sticker_id: Id<StickerMarker>,
pub body: UpdateGuildStickerBody,
}Fields§
§guild_id: Id<GuildMarker>§sticker_id: Id<StickerMarker>§body: UpdateGuildStickerBodyImplementations§
Source§impl UpdateGuildSticker
impl UpdateGuildSticker
Sourcepub fn builder() -> UpdateGuildStickerBuilder
pub fn builder() -> UpdateGuildStickerBuilder
Create an instance of UpdateGuildSticker using the builder syntax
Trait Implementations§
Source§impl Clone for UpdateGuildSticker
impl Clone for UpdateGuildSticker
Source§fn clone(&self) -> UpdateGuildSticker
fn clone(&self) -> UpdateGuildSticker
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 UpdateGuildSticker
impl Debug for UpdateGuildSticker
Source§impl Endpoint for UpdateGuildSticker
impl Endpoint for UpdateGuildSticker
type Response = GuildSticker
fn into_request(self) -> Request
Auto Trait Implementations§
impl Freeze for UpdateGuildSticker
impl RefUnwindSafe for UpdateGuildSticker
impl Send for UpdateGuildSticker
impl Sync for UpdateGuildSticker
impl Unpin for UpdateGuildSticker
impl UnsafeUnpin for UpdateGuildSticker
impl UnwindSafe for UpdateGuildSticker
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