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