pub struct InstallationUnsuspendInstallationPermissions { /* private fields */ }
Implementations§
Source§impl InstallationUnsuspendInstallationPermissions
impl InstallationUnsuspendInstallationPermissions
pub fn actions<T>(self, value: T) -> Self
pub fn administration<T>(self, value: T) -> Selfwhere
T: TryInto<Option<InstallationUnsuspendInstallationPermissionsAdministration>>,
T::Error: Display,
pub fn blocking<T>(self, value: T) -> Self
pub fn checks<T>(self, value: T) -> Self
pub fn content_references<T>(self, value: T) -> Self
pub fn contents<T>(self, value: T) -> Self
pub fn deployments<T>(self, value: T) -> Selfwhere
T: TryInto<Option<InstallationUnsuspendInstallationPermissionsDeployments>>,
T::Error: Display,
pub fn discussions<T>(self, value: T) -> Selfwhere
T: TryInto<Option<InstallationUnsuspendInstallationPermissionsDiscussions>>,
T::Error: Display,
pub fn emails<T>(self, value: T) -> Self
pub fn environments<T>(self, value: T) -> Selfwhere
T: TryInto<Option<InstallationUnsuspendInstallationPermissionsEnvironments>>,
T::Error: Display,
pub fn issues<T>(self, value: T) -> Self
pub fn members<T>(self, value: T) -> Self
pub fn merge_queues<T>(self, value: T) -> Selfwhere
T: TryInto<Option<InstallationUnsuspendInstallationPermissionsMergeQueues>>,
T::Error: Display,
pub fn metadata<T>(self, value: T) -> Self
pub fn organization_administration<T>(self, value: T) -> Self
pub fn organization_events<T>(self, value: T) -> Self
pub fn organization_hooks<T>(self, value: T) -> Self
pub fn organization_packages<T>(self, value: T) -> Self
pub fn organization_plan<T>(self, value: T) -> Self
pub fn organization_projects<T>(self, value: T) -> Self
pub fn organization_secrets<T>(self, value: T) -> Self
pub fn organization_self_hosted_runners<T>(self, value: T) -> Self
pub fn organization_user_blocking<T>(self, value: T) -> Self
pub fn packages<T>(self, value: T) -> Self
pub fn pages<T>(self, value: T) -> Self
pub fn pull_requests<T>(self, value: T) -> Selfwhere
T: TryInto<Option<InstallationUnsuspendInstallationPermissionsPullRequests>>,
T::Error: Display,
pub fn repository_hooks<T>(self, value: T) -> Selfwhere
T: TryInto<Option<InstallationUnsuspendInstallationPermissionsRepositoryHooks>>,
T::Error: Display,
pub fn repository_projects<T>(self, value: T) -> Self
pub fn secret_scanning_alerts<T>(self, value: T) -> Self
pub fn secrets<T>(self, value: T) -> Self
pub fn security_events<T>(self, value: T) -> Selfwhere
T: TryInto<Option<InstallationUnsuspendInstallationPermissionsSecurityEvents>>,
T::Error: Display,
pub fn security_scanning_alert<T>(self, value: T) -> Self
pub fn single_file<T>(self, value: T) -> Selfwhere
T: TryInto<Option<InstallationUnsuspendInstallationPermissionsSingleFile>>,
T::Error: Display,
pub fn statuses<T>(self, value: T) -> Self
pub fn team_discussions<T>(self, value: T) -> Selfwhere
T: TryInto<Option<InstallationUnsuspendInstallationPermissionsTeamDiscussions>>,
T::Error: Display,
pub fn vulnerability_alerts<T>(self, value: T) -> Self
pub fn workflows<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for InstallationUnsuspendInstallationPermissions
impl Clone for InstallationUnsuspendInstallationPermissions
Source§fn clone(&self) -> InstallationUnsuspendInstallationPermissions
fn clone(&self) -> InstallationUnsuspendInstallationPermissions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<InstallationUnsuspendInstallationPermissions> for InstallationUnsuspendInstallationPermissions
impl From<InstallationUnsuspendInstallationPermissions> for InstallationUnsuspendInstallationPermissions
Source§fn from(value: InstallationUnsuspendInstallationPermissions) -> Self
fn from(value: InstallationUnsuspendInstallationPermissions) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InstallationUnsuspendInstallationPermissions
impl RefUnwindSafe for InstallationUnsuspendInstallationPermissions
impl Send for InstallationUnsuspendInstallationPermissions
impl Sync for InstallationUnsuspendInstallationPermissions
impl Unpin for InstallationUnsuspendInstallationPermissions
impl UnwindSafe for InstallationUnsuspendInstallationPermissions
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