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