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