pub struct GoHighLevelContactGetToolProviderDetails {
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.get" for GoHighLevel contact get tool.
Implementations§
Trait Implementations§
Source§impl Clone for GoHighLevelContactGetToolProviderDetails
impl Clone for GoHighLevelContactGetToolProviderDetails
Source§fn clone(&self) -> GoHighLevelContactGetToolProviderDetails
fn clone(&self) -> GoHighLevelContactGetToolProviderDetails
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 GoHighLevelContactGetToolProviderDetails
impl Default for GoHighLevelContactGetToolProviderDetails
Source§fn default() -> GoHighLevelContactGetToolProviderDetails
fn default() -> GoHighLevelContactGetToolProviderDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoHighLevelContactGetToolProviderDetails
impl<'de> Deserialize<'de> for GoHighLevelContactGetToolProviderDetails
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 GoHighLevelContactGetToolProviderDetails
impl PartialEq for GoHighLevelContactGetToolProviderDetails
Source§fn eq(&self, other: &GoHighLevelContactGetToolProviderDetails) -> bool
fn eq(&self, other: &GoHighLevelContactGetToolProviderDetails) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GoHighLevelContactGetToolProviderDetails
Auto Trait Implementations§
impl Freeze for GoHighLevelContactGetToolProviderDetails
impl RefUnwindSafe for GoHighLevelContactGetToolProviderDetails
impl Send for GoHighLevelContactGetToolProviderDetails
impl Sync for GoHighLevelContactGetToolProviderDetails
impl Unpin for GoHighLevelContactGetToolProviderDetails
impl UnwindSafe for GoHighLevelContactGetToolProviderDetails
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