pub struct GoHighLevelContactCreateToolProviderDetails {
pub template_url: Option<String>,
pub setup_instructions: Option<Vec<ToolTemplateSetup>>,
pub type: TypeTrue,
}
Fields§
§template_url: Option<String>
This is the Template URL or the Snapshot URL corresponding to the Template.
setup_instructions: Option<Vec<ToolTemplateSetup>>
§type: TypeTrue
The type of tool. "gohighlevel.contact.create" for GoHighLevel contact create tool.
Implementations§
Trait Implementations§
Source§impl Clone for GoHighLevelContactCreateToolProviderDetails
impl Clone for GoHighLevelContactCreateToolProviderDetails
Source§fn clone(&self) -> GoHighLevelContactCreateToolProviderDetails
fn clone(&self) -> GoHighLevelContactCreateToolProviderDetails
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for GoHighLevelContactCreateToolProviderDetails
impl Default for GoHighLevelContactCreateToolProviderDetails
Source§fn default() -> GoHighLevelContactCreateToolProviderDetails
fn default() -> GoHighLevelContactCreateToolProviderDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoHighLevelContactCreateToolProviderDetails
impl<'de> Deserialize<'de> for GoHighLevelContactCreateToolProviderDetails
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 PartialEq for GoHighLevelContactCreateToolProviderDetails
impl PartialEq for GoHighLevelContactCreateToolProviderDetails
Source§fn eq(&self, other: &GoHighLevelContactCreateToolProviderDetails) -> bool
fn eq(&self, other: &GoHighLevelContactCreateToolProviderDetails) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GoHighLevelContactCreateToolProviderDetails
Auto Trait Implementations§
impl Freeze for GoHighLevelContactCreateToolProviderDetails
impl RefUnwindSafe for GoHighLevelContactCreateToolProviderDetails
impl Send for GoHighLevelContactCreateToolProviderDetails
impl Sync for GoHighLevelContactCreateToolProviderDetails
impl Unpin for GoHighLevelContactCreateToolProviderDetails
impl UnwindSafe for GoHighLevelContactCreateToolProviderDetails
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