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