pub struct ApiErrorSummary {
pub summary: String,
}Fields§
§summary: StringTrait Implementations§
Source§impl Clone for ApiErrorSummary
impl Clone for ApiErrorSummary
Source§fn clone(&self) -> ApiErrorSummary
fn clone(&self) -> ApiErrorSummary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ApiErrorSummary
impl Debug for ApiErrorSummary
Source§impl<'de> Deserialize<'de> for ApiErrorSummary
impl<'de> Deserialize<'de> for ApiErrorSummary
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 ApiErrorSummary
impl RefUnwindSafe for ApiErrorSummary
impl Send for ApiErrorSummary
impl Sync for ApiErrorSummary
impl Unpin for ApiErrorSummary
impl UnsafeUnpin for ApiErrorSummary
impl UnwindSafe for ApiErrorSummary
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