pub enum GetGithubAppRepoArchiveError {
UnknownValue(Value),
}Expand description
struct for typed errors of method get_github_app_repo_archive
Variants§
Trait Implementations§
Source§impl Clone for GetGithubAppRepoArchiveError
impl Clone for GetGithubAppRepoArchiveError
Source§fn clone(&self) -> GetGithubAppRepoArchiveError
fn clone(&self) -> GetGithubAppRepoArchiveError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetGithubAppRepoArchiveError
impl Debug for GetGithubAppRepoArchiveError
Source§impl<'de> Deserialize<'de> for GetGithubAppRepoArchiveError
impl<'de> Deserialize<'de> for GetGithubAppRepoArchiveError
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 GetGithubAppRepoArchiveError
impl RefUnwindSafe for GetGithubAppRepoArchiveError
impl Send for GetGithubAppRepoArchiveError
impl Sync for GetGithubAppRepoArchiveError
impl Unpin for GetGithubAppRepoArchiveError
impl UnsafeUnpin for GetGithubAppRepoArchiveError
impl UnwindSafe for GetGithubAppRepoArchiveError
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