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