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