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