pub struct BulkDeleteLocationCustomAttributesRequest {
pub values: HashMap<String, BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest>,
}Expand description
BulkDeleteLocationCustomAttributesRequest : Represents a BulkDeleteLocationCustomAttributes request.
Fields§
§values: HashMap<String, BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest>The data used to update the CustomAttribute objects. The keys must be unique and are used to map to the corresponding response.
Implementations§
Trait Implementations§
Source§impl Clone for BulkDeleteLocationCustomAttributesRequest
impl Clone for BulkDeleteLocationCustomAttributesRequest
Source§fn clone(&self) -> BulkDeleteLocationCustomAttributesRequest
fn clone(&self) -> BulkDeleteLocationCustomAttributesRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BulkDeleteLocationCustomAttributesRequest
impl Default for BulkDeleteLocationCustomAttributesRequest
Source§fn default() -> BulkDeleteLocationCustomAttributesRequest
fn default() -> BulkDeleteLocationCustomAttributesRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BulkDeleteLocationCustomAttributesRequest
impl<'de> Deserialize<'de> for BulkDeleteLocationCustomAttributesRequest
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
impl StructuralPartialEq for BulkDeleteLocationCustomAttributesRequest
Auto Trait Implementations§
impl Freeze for BulkDeleteLocationCustomAttributesRequest
impl RefUnwindSafe for BulkDeleteLocationCustomAttributesRequest
impl Send for BulkDeleteLocationCustomAttributesRequest
impl Sync for BulkDeleteLocationCustomAttributesRequest
impl Unpin for BulkDeleteLocationCustomAttributesRequest
impl UnsafeUnpin for BulkDeleteLocationCustomAttributesRequest
impl UnwindSafe for BulkDeleteLocationCustomAttributesRequest
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