pub struct GetErrorMapResponse {
pub error_map: Bytes,
}Fields§
§error_map: BytesTrait Implementations§
Source§impl Clone for GetErrorMapResponse
impl Clone for GetErrorMapResponse
Source§fn clone(&self) -> GetErrorMapResponse
fn clone(&self) -> GetErrorMapResponse
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 GetErrorMapResponse
impl Debug for GetErrorMapResponse
Source§impl Hash for GetErrorMapResponse
impl Hash for GetErrorMapResponse
Source§impl Ord for GetErrorMapResponse
impl Ord for GetErrorMapResponse
Source§fn cmp(&self, other: &GetErrorMapResponse) -> Ordering
fn cmp(&self, other: &GetErrorMapResponse) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GetErrorMapResponse
impl PartialEq for GetErrorMapResponse
Source§impl PartialOrd for GetErrorMapResponse
impl PartialOrd for GetErrorMapResponse
impl Eq for GetErrorMapResponse
impl StructuralPartialEq for GetErrorMapResponse
Auto Trait Implementations§
impl !Freeze for GetErrorMapResponse
impl RefUnwindSafe for GetErrorMapResponse
impl Send for GetErrorMapResponse
impl Sync for GetErrorMapResponse
impl Unpin for GetErrorMapResponse
impl UnsafeUnpin for GetErrorMapResponse
impl UnwindSafe for GetErrorMapResponse
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