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