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