pub struct ApiInternalError {
pub trace_id: String,
}
Fields§
§trace_id: String
Trait Implementations§
Source§impl Clone for ApiInternalError
impl Clone for ApiInternalError
Source§fn clone(&self) -> ApiInternalError
fn clone(&self) -> ApiInternalError
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 ApiInternalError
impl Debug for ApiInternalError
Source§impl<'de> Deserialize<'de> for ApiInternalError
impl<'de> Deserialize<'de> for ApiInternalError
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 Freeze for ApiInternalError
impl RefUnwindSafe for ApiInternalError
impl Send for ApiInternalError
impl Sync for ApiInternalError
impl Unpin for ApiInternalError
impl UnwindSafe for ApiInternalError
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