pub enum UpdateProjectResourceByIdOrNameError {
Status401(GetAllOperations401Response),
Status403(GetAllOperations403Response),
Status404(GetOperationById404Response),
UnknownValue(Value),
}
Expand description
struct for typed errors of method update_project_resource_by_id_or_name
Variants§
Status401(GetAllOperations401Response)
Status403(GetAllOperations403Response)
Status404(GetOperationById404Response)
UnknownValue(Value)
Trait Implementations§
source§impl Clone for UpdateProjectResourceByIdOrNameError
impl Clone for UpdateProjectResourceByIdOrNameError
source§fn clone(&self) -> UpdateProjectResourceByIdOrNameError
fn clone(&self) -> UpdateProjectResourceByIdOrNameError
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<'de> Deserialize<'de> for UpdateProjectResourceByIdOrNameError
impl<'de> Deserialize<'de> for UpdateProjectResourceByIdOrNameError
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 UpdateProjectResourceByIdOrNameError
impl Send for UpdateProjectResourceByIdOrNameError
impl Sync for UpdateProjectResourceByIdOrNameError
impl Unpin for UpdateProjectResourceByIdOrNameError
impl UnwindSafe for UpdateProjectResourceByIdOrNameError
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