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