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