pub struct CreateQueueItemResponseDTO {
pub message: Option<String>,
pub queue_item: Option<CreatedQueueItemWithVariationsDTO>,
}Available on crate feature
social-planner only.Expand description
CreateQueueItemResponseDTO from the GoHighLevel OpenAPI spec.
Fields§
§message: Option<String>A message indicating the result of the operation.
queue_item: Option<CreatedQueueItemWithVariationsDTO>The newly created queue item
Trait Implementations§
Source§impl Clone for CreateQueueItemResponseDTO
impl Clone for CreateQueueItemResponseDTO
Source§fn clone(&self) -> CreateQueueItemResponseDTO
fn clone(&self) -> CreateQueueItemResponseDTO
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 CreateQueueItemResponseDTO
impl Debug for CreateQueueItemResponseDTO
Source§impl Default for CreateQueueItemResponseDTO
impl Default for CreateQueueItemResponseDTO
Source§fn default() -> CreateQueueItemResponseDTO
fn default() -> CreateQueueItemResponseDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateQueueItemResponseDTO
impl<'de> Deserialize<'de> for CreateQueueItemResponseDTO
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 CreateQueueItemResponseDTO
impl RefUnwindSafe for CreateQueueItemResponseDTO
impl Send for CreateQueueItemResponseDTO
impl Sync for CreateQueueItemResponseDTO
impl Unpin for CreateQueueItemResponseDTO
impl UnsafeUnpin for CreateQueueItemResponseDTO
impl UnwindSafe for CreateQueueItemResponseDTO
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