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