pub struct github_callback;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for github_callback
impl RefUnwindSafe for github_callback
impl Send for github_callback
impl Sync for github_callback
impl Unpin for github_callback
impl UnwindSafe for github_callback
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