pub enum GitHubError {
Fetch(String),
NoKeys(String),
}Expand description
Errors that can occur when fetching GitHub SSH keys.
Variants§
Trait Implementations§
Source§impl Debug for GitHubError
impl Debug for GitHubError
Auto Trait Implementations§
impl Freeze for GitHubError
impl RefUnwindSafe for GitHubError
impl Send for GitHubError
impl Sync for GitHubError
impl Unpin for GitHubError
impl UnsafeUnpin for GitHubError
impl UnwindSafe for GitHubError
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