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