pub struct UpdateSizeConstraintSetResponse {
pub change_token: Option<String>,
}Fields§
§change_token: Option<String>The ChangeToken that you used to submit the UpdateSizeConstraintSet 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 UpdateSizeConstraintSetResponse
impl Clone for UpdateSizeConstraintSetResponse
Source§fn clone(&self) -> UpdateSizeConstraintSetResponse
fn clone(&self) -> UpdateSizeConstraintSetResponse
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 Default for UpdateSizeConstraintSetResponse
impl Default for UpdateSizeConstraintSetResponse
Source§fn default() -> UpdateSizeConstraintSetResponse
fn default() -> UpdateSizeConstraintSetResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateSizeConstraintSetResponse
impl<'de> Deserialize<'de> for UpdateSizeConstraintSetResponse
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 UpdateSizeConstraintSetResponse
impl PartialEq for UpdateSizeConstraintSetResponse
Source§fn eq(&self, other: &UpdateSizeConstraintSetResponse) -> bool
fn eq(&self, other: &UpdateSizeConstraintSetResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateSizeConstraintSetResponse
Auto Trait Implementations§
impl Freeze for UpdateSizeConstraintSetResponse
impl RefUnwindSafe for UpdateSizeConstraintSetResponse
impl Send for UpdateSizeConstraintSetResponse
impl Sync for UpdateSizeConstraintSetResponse
impl Unpin for UpdateSizeConstraintSetResponse
impl UnwindSafe for UpdateSizeConstraintSetResponse
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