pub struct user;Trait Implementations§
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 user
impl RefUnwindSafe for user
impl Send for user
impl Sync for user
impl Unpin for user
impl UnwindSafe for user
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