pub struct UploadFilesToCustomFieldsParams {
pub contact_id: String,
pub location_id: String,
}Available on crate feature
forms only.Expand description
Query parameters for FormsService::upload_files_to_custom_fields.
Fields§
§contact_id: StringContact ID to upload the file to. Required by the API.
location_id: StringLocation ID of the contact. Required by the API.
Implementations§
Trait Implementations§
Source§impl Clone for UploadFilesToCustomFieldsParams
impl Clone for UploadFilesToCustomFieldsParams
Source§fn clone(&self) -> UploadFilesToCustomFieldsParams
fn clone(&self) -> UploadFilesToCustomFieldsParams
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 Default for UploadFilesToCustomFieldsParams
impl Default for UploadFilesToCustomFieldsParams
Source§fn default() -> UploadFilesToCustomFieldsParams
fn default() -> UploadFilesToCustomFieldsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UploadFilesToCustomFieldsParams
impl RefUnwindSafe for UploadFilesToCustomFieldsParams
impl Send for UploadFilesToCustomFieldsParams
impl Sync for UploadFilesToCustomFieldsParams
impl Unpin for UploadFilesToCustomFieldsParams
impl UnsafeUnpin for UploadFilesToCustomFieldsParams
impl UnwindSafe for UploadFilesToCustomFieldsParams
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