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 Freeze for UpdateAServiceGroupParams
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