pub struct CreateCollectionResponseDto {
pub data: Option<CollectionSchema>,
}Available on crate feature
products only.Expand description
CreateCollectionResponseDto from the GoHighLevel OpenAPI spec.
Fields§
§data: Option<CollectionSchema>created Collection Required by the API. (Optional here so responses that omit it still parse.)
Trait Implementations§
Source§impl Clone for CreateCollectionResponseDto
impl Clone for CreateCollectionResponseDto
Source§fn clone(&self) -> CreateCollectionResponseDto
fn clone(&self) -> CreateCollectionResponseDto
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 CreateCollectionResponseDto
impl Debug for CreateCollectionResponseDto
Source§impl Default for CreateCollectionResponseDto
impl Default for CreateCollectionResponseDto
Source§fn default() -> CreateCollectionResponseDto
fn default() -> CreateCollectionResponseDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateCollectionResponseDto
impl<'de> Deserialize<'de> for CreateCollectionResponseDto
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 CreateCollectionResponseDto
impl RefUnwindSafe for CreateCollectionResponseDto
impl Send for CreateCollectionResponseDto
impl Sync for CreateCollectionResponseDto
impl Unpin for CreateCollectionResponseDto
impl UnsafeUnpin for CreateCollectionResponseDto
impl UnwindSafe for CreateCollectionResponseDto
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