pub struct UpdateRuleGroupResponse {
pub change_token: Option<String>,
}Fields§
§change_token: Option<String>The ChangeToken that you used to submit the UpdateRuleGroup request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Trait Implementations§
Source§impl Clone for UpdateRuleGroupResponse
impl Clone for UpdateRuleGroupResponse
Source§fn clone(&self) -> UpdateRuleGroupResponse
fn clone(&self) -> UpdateRuleGroupResponse
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 Debug for UpdateRuleGroupResponse
impl Debug for UpdateRuleGroupResponse
Source§impl Default for UpdateRuleGroupResponse
impl Default for UpdateRuleGroupResponse
Source§fn default() -> UpdateRuleGroupResponse
fn default() -> UpdateRuleGroupResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateRuleGroupResponse
impl<'de> Deserialize<'de> for UpdateRuleGroupResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateRuleGroupResponse
impl PartialEq for UpdateRuleGroupResponse
impl StructuralPartialEq for UpdateRuleGroupResponse
Auto Trait Implementations§
impl Freeze for UpdateRuleGroupResponse
impl RefUnwindSafe for UpdateRuleGroupResponse
impl Send for UpdateRuleGroupResponse
impl Sync for UpdateRuleGroupResponse
impl Unpin for UpdateRuleGroupResponse
impl UnwindSafe for UpdateRuleGroupResponse
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