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