pub struct PeppolValidationResult {
pub valid: Option<bool>,
pub results: Option<String>,
}Fields§
§valid: Option<bool>§results: Option<String>Implementations§
Source§impl PeppolValidationResult
impl PeppolValidationResult
pub fn new() -> PeppolValidationResult
Trait Implementations§
Source§impl Clone for PeppolValidationResult
impl Clone for PeppolValidationResult
Source§fn clone(&self) -> PeppolValidationResult
fn clone(&self) -> PeppolValidationResult
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 PeppolValidationResult
impl Debug for PeppolValidationResult
Source§impl Default for PeppolValidationResult
impl Default for PeppolValidationResult
Source§fn default() -> PeppolValidationResult
fn default() -> PeppolValidationResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PeppolValidationResult
impl<'de> Deserialize<'de> for PeppolValidationResult
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 PeppolValidationResult
impl PartialEq for PeppolValidationResult
Source§impl Serialize for PeppolValidationResult
impl Serialize for PeppolValidationResult
impl StructuralPartialEq for PeppolValidationResult
Auto Trait Implementations§
impl Freeze for PeppolValidationResult
impl RefUnwindSafe for PeppolValidationResult
impl Send for PeppolValidationResult
impl Sync for PeppolValidationResult
impl Unpin for PeppolValidationResult
impl UnwindSafe for PeppolValidationResult
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