pub struct UpdateRuleResponse {
pub change_token: Option<String>,
}Fields§
§change_token: Option<String>The ChangeToken that you used to submit the UpdateRule 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 UpdateRuleResponse
impl Clone for UpdateRuleResponse
Source§fn clone(&self) -> UpdateRuleResponse
fn clone(&self) -> UpdateRuleResponse
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 UpdateRuleResponse
impl Debug for UpdateRuleResponse
Source§impl Default for UpdateRuleResponse
impl Default for UpdateRuleResponse
Source§fn default() -> UpdateRuleResponse
fn default() -> UpdateRuleResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateRuleResponse
impl<'de> Deserialize<'de> for UpdateRuleResponse
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 UpdateRuleResponse
impl PartialEq for UpdateRuleResponse
impl StructuralPartialEq for UpdateRuleResponse
Auto Trait Implementations§
impl Freeze for UpdateRuleResponse
impl RefUnwindSafe for UpdateRuleResponse
impl Send for UpdateRuleResponse
impl Sync for UpdateRuleResponse
impl Unpin for UpdateRuleResponse
impl UnwindSafe for UpdateRuleResponse
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