pub struct GithubAuth {
pub access_token: String,
pub username: String,
}Fields§
§access_token: String§username: StringAuto Trait Implementations§
impl Freeze for GithubAuth
impl RefUnwindSafe for GithubAuth
impl Send for GithubAuth
impl Sync for GithubAuth
impl Unpin for GithubAuth
impl UnsafeUnpin for GithubAuth
impl UnwindSafe for GithubAuth
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