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