Struct github_rest::model::repositories::workflows::events::nested::Permissions
source · pub struct Permissions {Show 17 fields
pub actions: String,
pub administration: String,
pub checks: String,
pub contents: String,
pub deployments: String,
pub discussions: String,
pub issues: String,
pub metadata: String,
pub organization_packages: String,
pub packages: String,
pub pages: String,
pub pull_requests: String,
pub repository_hooks: String,
pub repository_projects: String,
pub security_events: String,
pub statuses: String,
pub vulnerability_alerts: String,
}
Fields§
§actions: String
§administration: String
§checks: String
§contents: String
§deployments: String
§discussions: String
§issues: String
§metadata: String
§organization_packages: String
§packages: String
§pages: String
§pull_requests: String
§repository_hooks: String
§repository_projects: String
§security_events: String
§statuses: String
§vulnerability_alerts: String
Trait Implementations§
source§impl Clone for Permissions
impl Clone for Permissions
source§fn clone(&self) -> Permissions
fn clone(&self) -> Permissions
Returns a copy 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 Debug for Permissions
impl Debug for Permissions
source§impl Default for Permissions
impl Default for Permissions
source§fn default() -> Permissions
fn default() -> Permissions
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Permissions
impl<'de> Deserialize<'de> for Permissions
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<Permissions> for Permissions
impl PartialEq<Permissions> for Permissions
source§fn eq(&self, other: &Permissions) -> bool
fn eq(&self, other: &Permissions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for Permissions
impl Serialize for Permissions
impl StructuralPartialEq for Permissions
Auto Trait Implementations§
impl RefUnwindSafe for Permissions
impl Send for Permissions
impl Sync for Permissions
impl Unpin for Permissions
impl UnwindSafe for Permissions
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