Struct fusionauth_rust_client::models::errors::Errors
source · pub struct Errors {
pub field_errors: Option<Vec<Error>>,
pub general_errors: Option<Vec<Error>>,
}
Expand description
Errors : Standard error domain object that can also be used as the response from an API call.
Fields§
§field_errors: Option<Vec<Error>>
§general_errors: Option<Vec<Error>>
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Errors
impl<'de> Deserialize<'de> for Errors
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
source§impl PartialEq for Errors
impl PartialEq for Errors
impl StructuralPartialEq for Errors
Auto Trait Implementations§
impl RefUnwindSafe for Errors
impl Send for Errors
impl Sync for Errors
impl Unpin for Errors
impl UnwindSafe for Errors
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