pub struct GithubScopeUser {
pub all: bool,
pub email: bool,
pub follow: bool,
pub read: bool,
}
Expand description
Github user scope
Fields§
§all: bool
§email: bool
§follow: bool
§read: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GithubScopeUser
impl RefUnwindSafe for GithubScopeUser
impl Send for GithubScopeUser
impl Sync for GithubScopeUser
impl Unpin for GithubScopeUser
impl UnwindSafe for GithubScopeUser
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