pub struct GithubScopeRepo {
pub all: bool,
pub status: bool,
pub deployment: bool,
pub public_repo: bool,
pub invite: bool,
pub security_events: bool,
}
Expand description
GitHub scope repo
Fields§
§all: bool
§status: bool
§deployment: bool
§public_repo: bool
§invite: bool
§security_events: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GithubScopeRepo
impl RefUnwindSafe for GithubScopeRepo
impl Send for GithubScopeRepo
impl Sync for GithubScopeRepo
impl Unpin for GithubScopeRepo
impl UnwindSafe for GithubScopeRepo
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