pub struct ResponseDetails1 {
pub rspn_cd: String,
pub addtl_dtls: Option<String>,
}Fields§
§rspn_cd: String§addtl_dtls: Option<String>Implementations§
Source§impl ResponseDetails1
impl ResponseDetails1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ResponseDetails1
impl RefUnwindSafe for ResponseDetails1
impl Send for ResponseDetails1
impl Sync for ResponseDetails1
impl Unpin for ResponseDetails1
impl UnwindSafe for ResponseDetails1
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