pub struct CustomFieldsInputStringSchema {
pub id: Option<String>,
pub key: Option<String>,
pub field_value: Option<String>,
}Available on crate feature
opportunities only.Expand description
customFieldsInputStringSchema from the GoHighLevel OpenAPI spec.
Fields§
§id: Option<String>Pass either id or key of custom field
key: Option<String>Pass either id or key of custom field
field_value: Option<String>Trait Implementations§
Source§impl Clone for CustomFieldsInputStringSchema
impl Clone for CustomFieldsInputStringSchema
Source§fn clone(&self) -> CustomFieldsInputStringSchema
fn clone(&self) -> CustomFieldsInputStringSchema
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 CustomFieldsInputStringSchema
impl Default for CustomFieldsInputStringSchema
Source§fn default() -> CustomFieldsInputStringSchema
fn default() -> CustomFieldsInputStringSchema
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CustomFieldsInputStringSchema
impl<'de> Deserialize<'de> for CustomFieldsInputStringSchema
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 CustomFieldsInputStringSchema
impl RefUnwindSafe for CustomFieldsInputStringSchema
impl Send for CustomFieldsInputStringSchema
impl Sync for CustomFieldsInputStringSchema
impl Unpin for CustomFieldsInputStringSchema
impl UnsafeUnpin for CustomFieldsInputStringSchema
impl UnwindSafe for CustomFieldsInputStringSchema
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