pub struct TaxReturnFollowUpContext {}
Trait Implementations§
Source§impl Debug for TaxReturnFollowUpContext
impl Debug for TaxReturnFollowUpContext
Source§impl<'de> Deserialize<'de> for TaxReturnFollowUpContext
impl<'de> Deserialize<'de> for TaxReturnFollowUpContext
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 TaxReturnFollowUpContext
impl Display for TaxReturnFollowUpContext
Auto Trait Implementations§
impl Freeze for TaxReturnFollowUpContext
impl RefUnwindSafe for TaxReturnFollowUpContext
impl Send for TaxReturnFollowUpContext
impl Sync for TaxReturnFollowUpContext
impl Unpin for TaxReturnFollowUpContext
impl UnwindSafe for TaxReturnFollowUpContext
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