Enum ash_api::apis::default_api::UpdateSecretByIdError
source · pub enum UpdateSecretByIdError {
Status400(CreateProject400Response),
Status401(GetAllOperations401Response),
Status403(GetAllOperations403Response),
Status404(GetOperationById404Response),
UnknownValue(Value),
}Expand description
struct for typed errors of method update_secret_by_id
Variants§
Status400(CreateProject400Response)
Status401(GetAllOperations401Response)
Status403(GetAllOperations403Response)
Status404(GetOperationById404Response)
UnknownValue(Value)
Trait Implementations§
source§impl Clone for UpdateSecretByIdError
impl Clone for UpdateSecretByIdError
source§fn clone(&self) -> UpdateSecretByIdError
fn clone(&self) -> UpdateSecretByIdError
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 UpdateSecretByIdError
impl Debug for UpdateSecretByIdError
source§impl<'de> Deserialize<'de> for UpdateSecretByIdError
impl<'de> Deserialize<'de> for UpdateSecretByIdError
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 RefUnwindSafe for UpdateSecretByIdError
impl Send for UpdateSecretByIdError
impl Sync for UpdateSecretByIdError
impl Unpin for UpdateSecretByIdError
impl UnwindSafe for UpdateSecretByIdError
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