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