pub struct UpdateLeadRequestValue {
pub amount: f32,
pub currency: String,
}Expand description
UpdateLeadRequestValue : The potential value of the lead
Fields§
§amount: f32§currency: StringImplementations§
Source§impl UpdateLeadRequestValue
impl UpdateLeadRequestValue
Sourcepub fn new(amount: f32, currency: String) -> UpdateLeadRequestValue
pub fn new(amount: f32, currency: String) -> UpdateLeadRequestValue
The potential value of the lead
Trait Implementations§
Source§impl Clone for UpdateLeadRequestValue
impl Clone for UpdateLeadRequestValue
Source§fn clone(&self) -> UpdateLeadRequestValue
fn clone(&self) -> UpdateLeadRequestValue
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 UpdateLeadRequestValue
impl Debug for UpdateLeadRequestValue
Source§impl<'de> Deserialize<'de> for UpdateLeadRequestValue
impl<'de> Deserialize<'de> for UpdateLeadRequestValue
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
Source§impl PartialEq for UpdateLeadRequestValue
impl PartialEq for UpdateLeadRequestValue
Source§impl Serialize for UpdateLeadRequestValue
impl Serialize for UpdateLeadRequestValue
impl StructuralPartialEq for UpdateLeadRequestValue
Auto Trait Implementations§
impl Freeze for UpdateLeadRequestValue
impl RefUnwindSafe for UpdateLeadRequestValue
impl Send for UpdateLeadRequestValue
impl Sync for UpdateLeadRequestValue
impl Unpin for UpdateLeadRequestValue
impl UnwindSafe for UpdateLeadRequestValue
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