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