pub struct GetFieldMappingResponse {}Implementations§
Source§impl GetFieldMappingResponse
impl GetFieldMappingResponse
pub fn new() -> GetFieldMappingResponse
Trait Implementations§
Source§impl Clone for GetFieldMappingResponse
impl Clone for GetFieldMappingResponse
Source§fn clone(&self) -> GetFieldMappingResponse
fn clone(&self) -> GetFieldMappingResponse
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 GetFieldMappingResponse
impl Debug for GetFieldMappingResponse
Source§impl Default for GetFieldMappingResponse
impl Default for GetFieldMappingResponse
Source§fn default() -> GetFieldMappingResponse
fn default() -> GetFieldMappingResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetFieldMappingResponse
impl<'de> Deserialize<'de> for GetFieldMappingResponse
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 GetFieldMappingResponse
impl PartialEq for GetFieldMappingResponse
Source§fn eq(&self, other: &GetFieldMappingResponse) -> bool
fn eq(&self, other: &GetFieldMappingResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetFieldMappingResponse
impl Serialize for GetFieldMappingResponse
impl StructuralPartialEq for GetFieldMappingResponse
Auto Trait Implementations§
impl Freeze for GetFieldMappingResponse
impl RefUnwindSafe for GetFieldMappingResponse
impl Send for GetFieldMappingResponse
impl Sync for GetFieldMappingResponse
impl Unpin for GetFieldMappingResponse
impl UnsafeUnpin for GetFieldMappingResponse
impl UnwindSafe for GetFieldMappingResponse
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