Struct parse_sap_atom_feed::odata_error::inner_error::InnerError
source · pub struct InnerError {
pub application: Application,
pub transaction_id: String,
pub timestamp: String,
pub error_resolution: ErrorResolution,
pub error_details: ErrorDetails,
}Expand description
Represents an internal SAP OData <innererror> tag
Fields§
§application: Application§transaction_id: String§timestamp: String§error_resolution: ErrorResolution§error_details: ErrorDetailsTrait Implementations§
source§impl Debug for InnerError
impl Debug for InnerError
source§impl<'de> Deserialize<'de> for InnerError
impl<'de> Deserialize<'de> for InnerError
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 InnerError
impl Send for InnerError
impl Sync for InnerError
impl Unpin for InnerError
impl UnwindSafe for InnerError
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