pub struct ListWebhooks;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListWebhooks
impl RefUnwindSafe for ListWebhooks
impl Send for ListWebhooks
impl Sync for ListWebhooks
impl Unpin for ListWebhooks
impl UnsafeUnpin for ListWebhooks
impl UnwindSafe for ListWebhooks
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