pub struct EricApiPayload {
pub validation_response: String,
pub server_response: String,
}Expand description
Shared payload for EricResponse and EricError returned by ERiC API
calls.
Fields§
§validation_response: StringThe response when validating an XML file.
server_response: StringThe response when an XML file is sent to the tax authorities.
Implementations§
Trait Implementations§
Source§impl Clone for EricApiPayload
impl Clone for EricApiPayload
Source§fn clone(&self) -> EricApiPayload
fn clone(&self) -> EricApiPayload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EricApiPayload
impl RefUnwindSafe for EricApiPayload
impl Send for EricApiPayload
impl Sync for EricApiPayload
impl Unpin for EricApiPayload
impl UnsafeUnpin for EricApiPayload
impl UnwindSafe for EricApiPayload
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