pub struct CustomObjectResponseDTO {
pub object: Option<ICustomObjectSchema>,
}Available on crate feature
objects only.Expand description
CustomObjectResponseDTO from the GoHighLevel OpenAPI spec.
Fields§
§object: Option<ICustomObjectSchema>Trait Implementations§
Source§impl Clone for CustomObjectResponseDTO
impl Clone for CustomObjectResponseDTO
Source§fn clone(&self) -> CustomObjectResponseDTO
fn clone(&self) -> CustomObjectResponseDTO
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 CustomObjectResponseDTO
impl Debug for CustomObjectResponseDTO
Source§impl Default for CustomObjectResponseDTO
impl Default for CustomObjectResponseDTO
Source§fn default() -> CustomObjectResponseDTO
fn default() -> CustomObjectResponseDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CustomObjectResponseDTO
impl<'de> Deserialize<'de> for CustomObjectResponseDTO
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 CustomObjectResponseDTO
impl RefUnwindSafe for CustomObjectResponseDTO
impl Send for CustomObjectResponseDTO
impl Sync for CustomObjectResponseDTO
impl Unpin for CustomObjectResponseDTO
impl UnsafeUnpin for CustomObjectResponseDTO
impl UnwindSafe for CustomObjectResponseDTO
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