pub struct GetImmunizationTypes { /* private fields */ }Expand description
Request descriptor for Gingr immunization/vaccine type reference data.
Implementations§
Trait Implementations§
Source§impl Clone for GetImmunizationTypes
impl Clone for GetImmunizationTypes
Source§fn clone(&self) -> GetImmunizationTypes
fn clone(&self) -> GetImmunizationTypes
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 moreSource§impl Debug for GetImmunizationTypes
impl Debug for GetImmunizationTypes
Source§impl PartialEq for GetImmunizationTypes
impl PartialEq for GetImmunizationTypes
Source§impl Request for GetImmunizationTypes
impl Request for GetImmunizationTypes
Source§fn parameters(&self) -> Vec<(String, String)>
fn parameters(&self) -> Vec<(String, String)>
Describes the provider wire contract for this Gingr request.
Source§fn sensitive_parameter_names(&self) -> &'static [&'static str]
fn sensitive_parameter_names(&self) -> &'static [&'static str]
Describes the provider wire contract for this Gingr request.
Source§fn request_parts(&self) -> RequestParts
fn request_parts(&self) -> RequestParts
Describes the provider wire contract for this Gingr request.
impl Eq for GetImmunizationTypes
impl StructuralPartialEq for GetImmunizationTypes
Auto Trait Implementations§
impl Freeze for GetImmunizationTypes
impl RefUnwindSafe for GetImmunizationTypes
impl Send for GetImmunizationTypes
impl Sync for GetImmunizationTypes
impl Unpin for GetImmunizationTypes
impl UnsafeUnpin for GetImmunizationTypes
impl UnwindSafe for GetImmunizationTypes
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