pub struct GetSpecies;Expand description
Zero-parameter Gingr reference-data endpoint generated from a static API path.
Trait Implementations§
Source§impl Clone for GetSpecies
impl Clone for GetSpecies
Source§fn clone(&self) -> GetSpecies
fn clone(&self) -> GetSpecies
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 GetSpecies
impl Debug for GetSpecies
Source§impl Default for GetSpecies
impl Default for GetSpecies
Source§fn default() -> GetSpecies
fn default() -> GetSpecies
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetSpecies
impl PartialEq for GetSpecies
Source§impl Request for GetSpecies
impl Request for GetSpecies
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 GetSpecies
impl StructuralPartialEq for GetSpecies
Auto Trait Implementations§
impl Freeze for GetSpecies
impl RefUnwindSafe for GetSpecies
impl Send for GetSpecies
impl Sync for GetSpecies
impl Unpin for GetSpecies
impl UnsafeUnpin for GetSpecies
impl UnwindSafe for GetSpecies
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