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