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