pub struct GetVets { /* private fields */ }Expand description
Request descriptor for Gingr veterinarian reference data observed by location and active flag.
Implementations§
Trait Implementations§
Source§impl Request for GetVets
impl Request for GetVets
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 GetVets
impl StructuralPartialEq for GetVets
Auto Trait Implementations§
impl Freeze for GetVets
impl RefUnwindSafe for GetVets
impl Send for GetVets
impl Sync for GetVets
impl Unpin for GetVets
impl UnsafeUnpin for GetVets
impl UnwindSafe for GetVets
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