pub struct GitHubLibrary;
Expand description
Stof GitHub Library.
Trait Implementations§
Source§impl Default for GitHubLibrary
impl Default for GitHubLibrary
Source§fn default() -> GitHubLibrary
fn default() -> GitHubLibrary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GitHubLibrary
impl RefUnwindSafe for GitHubLibrary
impl Send for GitHubLibrary
impl Sync for GitHubLibrary
impl Unpin for GitHubLibrary
impl UnwindSafe for GitHubLibrary
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