pub struct PermissionResolution {
pub scope: PermissionScope,
pub workflow_permissions: Option<PermissionSet>,
pub job_permissions: Option<PermissionSet>,
pub effective: PermissionSet,
pub source: PermissionSource,
pub checks: Vec<Check>,
}Fields§
§scope: PermissionScope§workflow_permissions: Option<PermissionSet>§job_permissions: Option<PermissionSet>§effective: PermissionSet§source: PermissionSource§checks: Vec<Check>Trait Implementations§
Source§impl Clone for PermissionResolution
impl Clone for PermissionResolution
Source§impl Debug for PermissionResolution
impl Debug for PermissionResolution
Source§impl<'de> Deserialize<'de> for PermissionResolution
impl<'de> Deserialize<'de> for PermissionResolution
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
Auto Trait Implementations§
impl Freeze for PermissionResolution
impl RefUnwindSafe for PermissionResolution
impl Send for PermissionResolution
impl Sync for PermissionResolution
impl Unpin for PermissionResolution
impl UnsafeUnpin for PermissionResolution
impl UnwindSafe for PermissionResolution
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