pub struct CaseAssignment6 {
pub id: String,
pub assgnr: Party50Choice,
pub assgne: Party50Choice,
pub cre_dt_tm: String,
}Fields§
§id: String§assgnr: Party50Choice§assgne: Party50Choice§cre_dt_tm: StringImplementations§
Source§impl CaseAssignment6
impl CaseAssignment6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CaseAssignment6
impl RefUnwindSafe for CaseAssignment6
impl Send for CaseAssignment6
impl Sync for CaseAssignment6
impl Unpin for CaseAssignment6
impl UnwindSafe for CaseAssignment6
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