pub struct DeleteRuleGroupRequest {
pub change_token: String,
pub rule_group_id: String,
}Fields§
§change_token: StringThe value returned by the most recent call to GetChangeToken.
rule_group_id: StringThe RuleGroupId of the RuleGroup that you want to delete. RuleGroupId is returned by CreateRuleGroup and by ListRuleGroups.
Trait Implementations§
Source§impl Clone for DeleteRuleGroupRequest
impl Clone for DeleteRuleGroupRequest
Source§fn clone(&self) -> DeleteRuleGroupRequest
fn clone(&self) -> DeleteRuleGroupRequest
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 DeleteRuleGroupRequest
impl Debug for DeleteRuleGroupRequest
Source§impl Default for DeleteRuleGroupRequest
impl Default for DeleteRuleGroupRequest
Source§fn default() -> DeleteRuleGroupRequest
fn default() -> DeleteRuleGroupRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteRuleGroupRequest
impl PartialEq for DeleteRuleGroupRequest
Source§impl Serialize for DeleteRuleGroupRequest
impl Serialize for DeleteRuleGroupRequest
impl StructuralPartialEq for DeleteRuleGroupRequest
Auto Trait Implementations§
impl Freeze for DeleteRuleGroupRequest
impl RefUnwindSafe for DeleteRuleGroupRequest
impl Send for DeleteRuleGroupRequest
impl Sync for DeleteRuleGroupRequest
impl Unpin for DeleteRuleGroupRequest
impl UnwindSafe for DeleteRuleGroupRequest
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