pub struct V1ImageProjectsGetResponseError {
pub code: String,
pub message: String,
}Expand description
In the case of an error, this object will contain the error encountered during video render
Fields§
§code: StringAn error code to indicate why a failure happened.
message: StringDetails on the reason why a failure happened.
Trait Implementations§
Source§impl Clone for V1ImageProjectsGetResponseError
impl Clone for V1ImageProjectsGetResponseError
Source§fn clone(&self) -> V1ImageProjectsGetResponseError
fn clone(&self) -> V1ImageProjectsGetResponseError
Returns a duplicate 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 Default for V1ImageProjectsGetResponseError
impl Default for V1ImageProjectsGetResponseError
Source§fn default() -> V1ImageProjectsGetResponseError
fn default() -> V1ImageProjectsGetResponseError
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for V1ImageProjectsGetResponseError
impl<'de> Deserialize<'de> for V1ImageProjectsGetResponseError
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 V1ImageProjectsGetResponseError
impl RefUnwindSafe for V1ImageProjectsGetResponseError
impl Send for V1ImageProjectsGetResponseError
impl Sync for V1ImageProjectsGetResponseError
impl Unpin for V1ImageProjectsGetResponseError
impl UnwindSafe for V1ImageProjectsGetResponseError
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