pub struct Case6 {
pub id: String,
pub cretr: Party50Choice,
pub reop_case_indctn: Option<bool>,
}Fields§
§id: String§cretr: Party50Choice§reop_case_indctn: Option<bool>Implementations§
Auto Trait Implementations§
impl Freeze for Case6
impl RefUnwindSafe for Case6
impl Send for Case6
impl Sync for Case6
impl Unpin for Case6
impl UnwindSafe for Case6
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