pub struct PostW2FollowUpContext {
pub party_id: String,
pub w2_year: f64,
}
Fields§
§party_id: String
§w2_year: f64
Trait Implementations§
Source§impl Debug for PostW2FollowUpContext
impl Debug for PostW2FollowUpContext
Source§impl<'de> Deserialize<'de> for PostW2FollowUpContext
impl<'de> Deserialize<'de> for PostW2FollowUpContext
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 Display for PostW2FollowUpContext
impl Display for PostW2FollowUpContext
Auto Trait Implementations§
impl Freeze for PostW2FollowUpContext
impl RefUnwindSafe for PostW2FollowUpContext
impl Send for PostW2FollowUpContext
impl Sync for PostW2FollowUpContext
impl Unpin for PostW2FollowUpContext
impl UnwindSafe for PostW2FollowUpContext
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