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