pub struct GithubScopeAdminLevel {
pub admin: bool,
pub write: bool,
pub read: bool,
}
Expand description
GitHub admin scope with admin, write and read access
Fields§
§admin: bool
§write: bool
§read: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GithubScopeAdminLevel
impl RefUnwindSafe for GithubScopeAdminLevel
impl Send for GithubScopeAdminLevel
impl Sync for GithubScopeAdminLevel
impl Unpin for GithubScopeAdminLevel
impl UnwindSafe for GithubScopeAdminLevel
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