pub struct OauthClientApprovalNotification;Trait Implementations§
Source§impl HasField<category> for OauthClientApprovalNotification
impl HasField<category> for OauthClientApprovalNotification
Source§type Type = NotificationCategory
type Type = NotificationCategory
The schema marker type of this field.
Source§impl HasField<externalUserActor> for OauthClientApprovalNotification
impl HasField<externalUserActor> for OauthClientApprovalNotification
Source§type Type = Option<ExternalUser>
type Type = Option<ExternalUser>
The schema marker type of this field.
Source§impl HasField<id> for OauthClientApprovalNotification
impl HasField<id> for OauthClientApprovalNotification
Source§impl HasField<oauthClientApproval> for OauthClientApprovalNotification
impl HasField<oauthClientApproval> for OauthClientApprovalNotification
Source§type Type = OauthClientApproval
type Type = OauthClientApproval
The schema marker type of this field.
impl HasSubtype<OauthClientApprovalNotification> for Entity
impl HasSubtype<OauthClientApprovalNotification> for Node
impl HasSubtype<OauthClientApprovalNotification> for Notification
Auto Trait Implementations§
impl Freeze for OauthClientApprovalNotification
impl RefUnwindSafe for OauthClientApprovalNotification
impl Send for OauthClientApprovalNotification
impl Sync for OauthClientApprovalNotification
impl Unpin for OauthClientApprovalNotification
impl UnwindSafe for OauthClientApprovalNotification
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