pub struct FileUploadBody {
pub id: Option<String>,
pub max_files: Option<String>,
}Available on crate feature
locations only.Expand description
FileUploadBody from the GoHighLevel OpenAPI spec.
Fields§
§id: Option<String>Id(Contact Id/Opportunity Id/Custom Field Id)
max_files: Option<String>Max number of files
Trait Implementations§
Source§impl Clone for FileUploadBody
impl Clone for FileUploadBody
Source§fn clone(&self) -> FileUploadBody
fn clone(&self) -> FileUploadBody
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 FileUploadBody
impl Debug for FileUploadBody
Source§impl Default for FileUploadBody
impl Default for FileUploadBody
Source§fn default() -> FileUploadBody
fn default() -> FileUploadBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FileUploadBody
impl<'de> Deserialize<'de> for FileUploadBody
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
Auto Trait Implementations§
impl Freeze for FileUploadBody
impl RefUnwindSafe for FileUploadBody
impl Send for FileUploadBody
impl Sync for FileUploadBody
impl Unpin for FileUploadBody
impl UnsafeUnpin for FileUploadBody
impl UnwindSafe for FileUploadBody
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