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