Struct git_mirror::provider::GitHub
source · pub struct GitHub {
pub url: String,
pub org: String,
pub use_http: bool,
pub private_token: Option<String>,
pub useragent: String,
}
Fields
url: String
org: String
use_http: bool
private_token: Option<String>
useragent: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GitHub
impl Send for GitHub
impl Sync for GitHub
impl Unpin for GitHub
impl UnwindSafe for GitHub
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more