pub struct MovementReport1 {
pub qry_ref: Option<String>,
pub rpt_id: Option<String>,
pub qry_tp: MovementResponseType1Code,
pub actvty_ind: bool,
}Fields§
§qry_ref: Option<String>§rpt_id: Option<String>§qry_tp: MovementResponseType1Code§actvty_ind: boolImplementations§
Source§impl MovementReport1
impl MovementReport1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MovementReport1
impl RefUnwindSafe for MovementReport1
impl Send for MovementReport1
impl Sync for MovementReport1
impl Unpin for MovementReport1
impl UnwindSafe for MovementReport1
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