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