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