pub struct PatchContactdbRecipientsRequest<'a> {
pub on_behalf_of: Option<String>,
pub body: Value,
/* private fields */
}Expand description
Create this with the associated client method.
That method takes required values as arguments. Set optional values using builder methods on this struct.
Fields§
§on_behalf_of: Option<String>§body: ValueImplementations§
Source§impl<'a> PatchContactdbRecipientsRequest<'a>
impl<'a> PatchContactdbRecipientsRequest<'a>
pub async fn send(self) -> Result<ContactdbRecipientResponse>
pub fn on_behalf_of(self, on_behalf_of: &str) -> Self
Auto Trait Implementations§
impl<'a> Freeze for PatchContactdbRecipientsRequest<'a>
impl<'a> !RefUnwindSafe for PatchContactdbRecipientsRequest<'a>
impl<'a> Send for PatchContactdbRecipientsRequest<'a>
impl<'a> Sync for PatchContactdbRecipientsRequest<'a>
impl<'a> Unpin for PatchContactdbRecipientsRequest<'a>
impl<'a> !UnwindSafe for PatchContactdbRecipientsRequest<'a>
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