pub struct OAuthAuthorizationWebhookPayload;Trait Implementations§
Source§impl HasField<oauthClient> for OAuthAuthorizationWebhookPayload
impl HasField<oauthClient> for OAuthAuthorizationWebhookPayload
Source§type Type = OauthClientChildWebhookPayload
type Type = OauthClientChildWebhookPayload
The schema marker type of this field.
Source§impl HasField<user> for OAuthAuthorizationWebhookPayload
impl HasField<user> for OAuthAuthorizationWebhookPayload
Source§type Type = UserChildWebhookPayload
type Type = UserChildWebhookPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for OAuthAuthorizationWebhookPayload
impl RefUnwindSafe for OAuthAuthorizationWebhookPayload
impl Send for OAuthAuthorizationWebhookPayload
impl Sync for OAuthAuthorizationWebhookPayload
impl Unpin for OAuthAuthorizationWebhookPayload
impl UnwindSafe for OAuthAuthorizationWebhookPayload
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