pub struct GithubScopeEnterprise {
pub all: bool,
pub manage_runners: bool,
pub manage_billing: bool,
pub read: bool,
}
Expand description
GitHub enterprise scope
Fields§
§all: bool
§manage_runners: bool
§manage_billing: bool
§read: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GithubScopeEnterprise
impl RefUnwindSafe for GithubScopeEnterprise
impl Send for GithubScopeEnterprise
impl Sync for GithubScopeEnterprise
impl Unpin for GithubScopeEnterprise
impl UnwindSafe for GithubScopeEnterprise
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