pub struct CloneChatWidgetDTO {
pub location_id: String,
pub chat_widget_id: String,
pub name: Option<String>,
}Available on crate feature
chat-widget only.Expand description
CloneChatWidgetDTO from the GoHighLevel OpenAPI spec.
Fields§
§location_id: StringlocationId Required by the API.
chat_widget_id: Stringchat widget ID Required by the API.
name: Option<String>Name for the cloned widget
Trait Implementations§
Source§impl Clone for CloneChatWidgetDTO
impl Clone for CloneChatWidgetDTO
Source§fn clone(&self) -> CloneChatWidgetDTO
fn clone(&self) -> CloneChatWidgetDTO
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 CloneChatWidgetDTO
impl Debug for CloneChatWidgetDTO
Source§impl Default for CloneChatWidgetDTO
impl Default for CloneChatWidgetDTO
Source§fn default() -> CloneChatWidgetDTO
fn default() -> CloneChatWidgetDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CloneChatWidgetDTO
impl<'de> Deserialize<'de> for CloneChatWidgetDTO
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 CloneChatWidgetDTO
impl RefUnwindSafe for CloneChatWidgetDTO
impl Send for CloneChatWidgetDTO
impl Sync for CloneChatWidgetDTO
impl Unpin for CloneChatWidgetDTO
impl UnsafeUnpin for CloneChatWidgetDTO
impl UnwindSafe for CloneChatWidgetDTO
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