pub enum ListGithubReposError {
UnknownValue(Value),
}Expand description
struct for typed errors of method list_github_repos
Variants§
Trait Implementations§
Source§impl Clone for ListGithubReposError
impl Clone for ListGithubReposError
Source§fn clone(&self) -> ListGithubReposError
fn clone(&self) -> ListGithubReposError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ListGithubReposError
impl Debug for ListGithubReposError
Source§impl<'de> Deserialize<'de> for ListGithubReposError
impl<'de> Deserialize<'de> for ListGithubReposError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ListGithubReposError
impl RefUnwindSafe for ListGithubReposError
impl Send for ListGithubReposError
impl Sync for ListGithubReposError
impl Unpin for ListGithubReposError
impl UnsafeUnpin for ListGithubReposError
impl UnwindSafe for ListGithubReposError
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