pub struct NormalizeErrorResponse {
pub body_base64: Option<String>,
}Fields§
§body_base64: Option<String>Implementations§
Source§impl NormalizeErrorResponse
impl NormalizeErrorResponse
pub fn dry_run_sample() -> Self
Trait Implementations§
Source§impl Clone for NormalizeErrorResponse
impl Clone for NormalizeErrorResponse
Source§fn clone(&self) -> NormalizeErrorResponse
fn clone(&self) -> NormalizeErrorResponse
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 NormalizeErrorResponse
impl Debug for NormalizeErrorResponse
Source§impl<'de> Deserialize<'de> for NormalizeErrorResponse
impl<'de> Deserialize<'de> for NormalizeErrorResponse
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 Eq for NormalizeErrorResponse
Source§impl PartialEq for NormalizeErrorResponse
impl PartialEq for NormalizeErrorResponse
Source§fn eq(&self, other: &NormalizeErrorResponse) -> bool
fn eq(&self, other: &NormalizeErrorResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NormalizeErrorResponse
impl Serialize for NormalizeErrorResponse
impl StructuralPartialEq for NormalizeErrorResponse
Auto Trait Implementations§
impl Freeze for NormalizeErrorResponse
impl RefUnwindSafe for NormalizeErrorResponse
impl Send for NormalizeErrorResponse
impl Sync for NormalizeErrorResponse
impl Unpin for NormalizeErrorResponse
impl UnsafeUnpin for NormalizeErrorResponse
impl UnwindSafe for NormalizeErrorResponse
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