pub struct GetRecipientsResponse {
pub recipients: Vec<ExtendedRecipientMetadata>,
}Expand description
GetRecipientsResponse defines the response schema for /fdx/recipients
Fields§
§recipients: Vec<ExtendedRecipientMetadata>Trait Implementations§
Source§impl Clone for GetRecipientsResponse
impl Clone for GetRecipientsResponse
Source§fn clone(&self) -> GetRecipientsResponse
fn clone(&self) -> GetRecipientsResponse
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 GetRecipientsResponse
impl Debug for GetRecipientsResponse
Source§impl Default for GetRecipientsResponse
impl Default for GetRecipientsResponse
Source§fn default() -> GetRecipientsResponse
fn default() -> GetRecipientsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetRecipientsResponse
impl<'de> Deserialize<'de> for GetRecipientsResponse
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 Display for GetRecipientsResponse
impl Display for GetRecipientsResponse
Auto Trait Implementations§
impl Freeze for GetRecipientsResponse
impl RefUnwindSafe for GetRecipientsResponse
impl Send for GetRecipientsResponse
impl Sync for GetRecipientsResponse
impl Unpin for GetRecipientsResponse
impl UnwindSafe for GetRecipientsResponse
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