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