Struct alfresco_sdk::models::structs::AlfErrorProps
source · pub struct AlfErrorProps {
pub error_key: Option<String>,
pub status_code: u16,
pub brief_summary: String,
pub stack_trace: String,
pub description_url: String,
pub log_id: Option<String>,
}
Fields§
§error_key: Option<String>
§status_code: u16
§brief_summary: String
§stack_trace: String
§description_url: String
§log_id: Option<String>
Trait Implementations§
source§impl Clone for AlfErrorProps
impl Clone for AlfErrorProps
source§fn clone(&self) -> AlfErrorProps
fn clone(&self) -> AlfErrorProps
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 AlfErrorProps
impl Debug for AlfErrorProps
source§impl<'de> Deserialize<'de> for AlfErrorProps
impl<'de> Deserialize<'de> for AlfErrorProps
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 AlfErrorProps
impl Send for AlfErrorProps
impl Sync for AlfErrorProps
impl Unpin for AlfErrorProps
impl UnwindSafe for AlfErrorProps
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