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