pub struct LeadFormStyle {
pub primary_color: String,
pub text_color: String,
pub background_color: String,
pub border_radius: String,
pub button_text: String,
pub placeholder_text: String,
pub success_message: String,
pub custom_css: String,
}Fields§
§primary_color: String§text_color: String§background_color: String§border_radius: String§placeholder_text: String§success_message: String§custom_css: StringTrait Implementations§
Source§impl Clone for LeadFormStyle
impl Clone for LeadFormStyle
Source§fn clone(&self) -> LeadFormStyle
fn clone(&self) -> LeadFormStyle
Returns a duplicate of the value. Read more
1.0.0 · 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 LeadFormStyle
impl Debug for LeadFormStyle
Source§impl Default for LeadFormStyle
impl Default for LeadFormStyle
Source§impl<'de> Deserialize<'de> for LeadFormStyle
impl<'de> Deserialize<'de> for LeadFormStyle
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 LeadFormStyle
impl RefUnwindSafe for LeadFormStyle
impl Send for LeadFormStyle
impl Sync for LeadFormStyle
impl Unpin for LeadFormStyle
impl UnwindSafe for LeadFormStyle
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