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