#[non_exhaustive]pub struct WebhookMarker;
Expand description
Marker for webhook IDs.
Types such as Webhook
use this ID marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebhookMarker
impl RefUnwindSafe for WebhookMarker
impl Send for WebhookMarker
impl Sync for WebhookMarker
impl Unpin for WebhookMarker
impl UnwindSafe for WebhookMarker
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