pub enum RepoListKeysError {
Status404(),
UnknownValue(Value),
}
Expand description
struct for typed errors of method repo_list_keys
Variants§
Trait Implementations§
Source§impl Clone for RepoListKeysError
impl Clone for RepoListKeysError
Source§fn clone(&self) -> RepoListKeysError
fn clone(&self) -> RepoListKeysError
Returns a copy 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 RepoListKeysError
impl Debug for RepoListKeysError
Source§impl<'de> Deserialize<'de> for RepoListKeysError
impl<'de> Deserialize<'de> for RepoListKeysError
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 RepoListKeysError
impl RefUnwindSafe for RepoListKeysError
impl Send for RepoListKeysError
impl Sync for RepoListKeysError
impl Unpin for RepoListKeysError
impl UnwindSafe for RepoListKeysError
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