pub struct SindriInternalErrorResponse {
pub exception_id: Option<Box<ExceptionId>>,
pub message: Option<String>,
}Expand description
SindriInternalErrorResponse : Response for SindriInternalError
Fields§
§exception_id: Option<Box<ExceptionId>>§message: Option<String>Implementations§
Source§impl SindriInternalErrorResponse
impl SindriInternalErrorResponse
Sourcepub fn new() -> SindriInternalErrorResponse
pub fn new() -> SindriInternalErrorResponse
Response for SindriInternalError
Trait Implementations§
Source§impl Clone for SindriInternalErrorResponse
impl Clone for SindriInternalErrorResponse
Source§fn clone(&self) -> SindriInternalErrorResponse
fn clone(&self) -> SindriInternalErrorResponse
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 Debug for SindriInternalErrorResponse
impl Debug for SindriInternalErrorResponse
Source§impl Default for SindriInternalErrorResponse
impl Default for SindriInternalErrorResponse
Source§fn default() -> SindriInternalErrorResponse
fn default() -> SindriInternalErrorResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SindriInternalErrorResponse
impl<'de> Deserialize<'de> for SindriInternalErrorResponse
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
impl StructuralPartialEq for SindriInternalErrorResponse
Auto Trait Implementations§
impl Freeze for SindriInternalErrorResponse
impl RefUnwindSafe for SindriInternalErrorResponse
impl Send for SindriInternalErrorResponse
impl Sync for SindriInternalErrorResponse
impl Unpin for SindriInternalErrorResponse
impl UnwindSafe for SindriInternalErrorResponse
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