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