pub struct UpdateGuildStickerBody {
pub name: String,
pub description: Option<String>,
pub tags: Option<Vec<String>>,
}Fields§
§name: String§description: Option<String>Up to 10 tags for autocomplete/suggestions.
Implementations§
Source§impl UpdateGuildStickerBody
impl UpdateGuildStickerBody
Sourcepub fn builder() -> UpdateGuildStickerBodyBuilder
pub fn builder() -> UpdateGuildStickerBodyBuilder
Create an instance of UpdateGuildStickerBody using the builder syntax
Trait Implementations§
Source§impl Clone for UpdateGuildStickerBody
impl Clone for UpdateGuildStickerBody
Source§fn clone(&self) -> UpdateGuildStickerBody
fn clone(&self) -> UpdateGuildStickerBody
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 UpdateGuildStickerBody
impl Debug for UpdateGuildStickerBody
Auto Trait Implementations§
impl Freeze for UpdateGuildStickerBody
impl RefUnwindSafe for UpdateGuildStickerBody
impl Send for UpdateGuildStickerBody
impl Sync for UpdateGuildStickerBody
impl Unpin for UpdateGuildStickerBody
impl UnsafeUnpin for UpdateGuildStickerBody
impl UnwindSafe for UpdateGuildStickerBody
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