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