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