pub struct OauthApplicationCreateAuditEntry;
Trait Implementations§
Source§impl HasField<actor> for OauthApplicationCreateAuditEntry
impl HasField<actor> for OauthApplicationCreateAuditEntry
Source§type Type = Option<AuditEntryActor>
type Type = Option<AuditEntryActor>
The schema marker type of this field.
Source§impl HasField<actorLocation> for OauthApplicationCreateAuditEntry
impl HasField<actorLocation> for OauthApplicationCreateAuditEntry
Source§type Type = Option<ActorLocation>
type Type = Option<ActorLocation>
The schema marker type of this field.
Source§impl HasField<createdAt> for OauthApplicationCreateAuditEntry
impl HasField<createdAt> for OauthApplicationCreateAuditEntry
Source§type Type = PreciseDateTime
type Type = PreciseDateTime
The schema marker type of this field.
Source§impl HasField<operationType> for OauthApplicationCreateAuditEntry
impl HasField<operationType> for OauthApplicationCreateAuditEntry
Source§type Type = Option<OperationType>
type Type = Option<OperationType>
The schema marker type of this field.
Source§impl HasField<organization> for OauthApplicationCreateAuditEntry
impl HasField<organization> for OauthApplicationCreateAuditEntry
Source§type Type = Option<Organization>
type Type = Option<Organization>
The schema marker type of this field.
Source§impl HasField<state> for OauthApplicationCreateAuditEntry
impl HasField<state> for OauthApplicationCreateAuditEntry
Source§type Type = Option<OauthApplicationCreateAuditEntryState>
type Type = Option<OauthApplicationCreateAuditEntryState>
The schema marker type of this field.
impl HasSubtype<OauthApplicationCreateAuditEntry> for AuditEntry
impl HasSubtype<OauthApplicationCreateAuditEntry> for Node
impl HasSubtype<OauthApplicationCreateAuditEntry> for OauthApplicationAuditEntryData
impl HasSubtype<OauthApplicationCreateAuditEntry> for OrganizationAuditEntry
impl HasSubtype<OauthApplicationCreateAuditEntry> for OrganizationAuditEntryData
Auto Trait Implementations§
impl Freeze for OauthApplicationCreateAuditEntry
impl RefUnwindSafe for OauthApplicationCreateAuditEntry
impl Send for OauthApplicationCreateAuditEntry
impl Sync for OauthApplicationCreateAuditEntry
impl Unpin for OauthApplicationCreateAuditEntry
impl UnwindSafe for OauthApplicationCreateAuditEntry
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