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