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