Struct jortestkit::github::GitHubApiBuilder
source · pub struct GitHubApiBuilder {
url: String,
token: Option<String>,
}
Fields§
§url: String
§token: Option<String>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GitHubApiBuilder
impl Send for GitHubApiBuilder
impl Sync for GitHubApiBuilder
impl Unpin for GitHubApiBuilder
impl UnwindSafe for GitHubApiBuilder
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