pub struct Github { /* private fields */ }
Auto Trait Implementations§
impl Freeze for Github
impl RefUnwindSafe for Github
impl Send for Github
impl Sync for Github
impl Unpin for Github
impl UnwindSafe for Github
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