pub struct WebhookSecretsDeleteWhen(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for WebhookSecretsDeleteWhen
impl !RefUnwindSafe for WebhookSecretsDeleteWhen
impl !Send for WebhookSecretsDeleteWhen
impl !Sync for WebhookSecretsDeleteWhen
impl Unpin for WebhookSecretsDeleteWhen
impl UnsafeUnpin for WebhookSecretsDeleteWhen
impl !UnwindSafe for WebhookSecretsDeleteWhen
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