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