pub struct W2Box12Override {
pub amount: Option<String>,
pub code: Option<String>,
}Expand description
Data on the W2 Box 12
Fields§
§amount: Option<String>W2 Box 12 amount.
code: Option<String>W2 Box 12 code.
Trait Implementations§
Source§impl Clone for W2Box12Override
impl Clone for W2Box12Override
Source§fn clone(&self) -> W2Box12Override
fn clone(&self) -> W2Box12Override
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 W2Box12Override
impl Debug for W2Box12Override
Source§impl Default for W2Box12Override
impl Default for W2Box12Override
Source§fn default() -> W2Box12Override
fn default() -> W2Box12Override
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for W2Box12Override
impl<'de> Deserialize<'de> for W2Box12Override
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 W2Box12Override
impl Display for W2Box12Override
Auto Trait Implementations§
impl Freeze for W2Box12Override
impl RefUnwindSafe for W2Box12Override
impl Send for W2Box12Override
impl Sync for W2Box12Override
impl Unpin for W2Box12Override
impl UnwindSafe for W2Box12Override
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