pub struct GetProductApiDiscoveryParams {
pub service_id: String,
}Expand description
struct for passing parameters to the method get_product_api_discovery
Fields§
§service_id: StringAlphanumeric string identifying the service.
Trait Implementations§
Source§impl Clone for GetProductApiDiscoveryParams
impl Clone for GetProductApiDiscoveryParams
Source§fn clone(&self) -> GetProductApiDiscoveryParams
fn clone(&self) -> GetProductApiDiscoveryParams
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 GetProductApiDiscoveryParams
impl Debug for GetProductApiDiscoveryParams
Source§impl Default for GetProductApiDiscoveryParams
impl Default for GetProductApiDiscoveryParams
Source§fn default() -> GetProductApiDiscoveryParams
fn default() -> GetProductApiDiscoveryParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetProductApiDiscoveryParams
impl RefUnwindSafe for GetProductApiDiscoveryParams
impl Send for GetProductApiDiscoveryParams
impl Sync for GetProductApiDiscoveryParams
impl Unpin for GetProductApiDiscoveryParams
impl UnwindSafe for GetProductApiDiscoveryParams
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