pub struct GetBreeds;Expand description
Zero-parameter Gingr reference-data endpoint generated from a static API path.
Trait Implementations§
Source§impl Request for GetBreeds
impl Request for GetBreeds
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 GetBreeds
impl StructuralPartialEq for GetBreeds
Auto Trait Implementations§
impl Freeze for GetBreeds
impl RefUnwindSafe for GetBreeds
impl Send for GetBreeds
impl Sync for GetBreeds
impl Unpin for GetBreeds
impl UnsafeUnpin for GetBreeds
impl UnwindSafe for GetBreeds
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