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