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