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