pub struct VaccineDocumentState { /* private fields */ }Expand description
In-memory state carried by the API shell for deterministic workflow demos and tests.
The state stores documents, review packets, inquiry intake records, and labor-evidence projections so HTTP handlers can demonstrate runtime contracts without connecting to live databases, customer messaging, or provider write APIs.
Trait Implementations§
Source§impl Clone for VaccineDocumentState
impl Clone for VaccineDocumentState
Source§fn clone(&self) -> VaccineDocumentState
fn clone(&self) -> VaccineDocumentState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VaccineDocumentState
impl !RefUnwindSafe for VaccineDocumentState
impl Send for VaccineDocumentState
impl Sync for VaccineDocumentState
impl Unpin for VaccineDocumentState
impl UnsafeUnpin for VaccineDocumentState
impl !UnwindSafe for VaccineDocumentState
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