pub struct TaxRemitResponse {
pub OriginatorConversationID: String,
pub ConversationID: String,
pub ResponseCode: i16,
pub ResponseDescription: String,
}
Fields§
§OriginatorConversationID: String
§ConversationID: String
§ResponseCode: i16
§ResponseDescription: String
Trait Implementations§
Source§impl Clone for TaxRemitResponse
impl Clone for TaxRemitResponse
Source§fn clone(&self) -> TaxRemitResponse
fn clone(&self) -> TaxRemitResponse
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 TaxRemitResponse
impl Debug for TaxRemitResponse
Source§impl<'de> Deserialize<'de> for TaxRemitResponse
impl<'de> Deserialize<'de> for TaxRemitResponse
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 TaxRemitResponse
impl PartialEq for TaxRemitResponse
Source§impl Serialize for TaxRemitResponse
impl Serialize for TaxRemitResponse
impl StructuralPartialEq for TaxRemitResponse
Auto Trait Implementations§
impl Freeze for TaxRemitResponse
impl RefUnwindSafe for TaxRemitResponse
impl Send for TaxRemitResponse
impl Sync for TaxRemitResponse
impl Unpin for TaxRemitResponse
impl UnwindSafe for TaxRemitResponse
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