pub struct UpdateCatalogImageRequest {
pub idempotency_key: String,
}
Expand description
This is a model struct for UpdateCatalogImageRequest type.
Fields§
§idempotency_key: String
A unique string that identifies this UpdateCatalogImage request. Keys can be any valid string but must be unique for every UpdateCatalogImage request.
See Idempotency keys for more information.
Trait Implementations§
source§impl Clone for UpdateCatalogImageRequest
impl Clone for UpdateCatalogImageRequest
source§fn clone(&self) -> UpdateCatalogImageRequest
fn clone(&self) -> UpdateCatalogImageRequest
Returns a copy 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 UpdateCatalogImageRequest
impl Debug for UpdateCatalogImageRequest
source§impl Default for UpdateCatalogImageRequest
impl Default for UpdateCatalogImageRequest
source§fn default() -> UpdateCatalogImageRequest
fn default() -> UpdateCatalogImageRequest
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateCatalogImageRequest> for UpdateCatalogImageRequest
impl PartialEq<UpdateCatalogImageRequest> for UpdateCatalogImageRequest
source§fn eq(&self, other: &UpdateCatalogImageRequest) -> bool
fn eq(&self, other: &UpdateCatalogImageRequest) -> bool
impl Eq for UpdateCatalogImageRequest
impl StructuralEq for UpdateCatalogImageRequest
impl StructuralPartialEq for UpdateCatalogImageRequest
Auto Trait Implementations§
impl RefUnwindSafe for UpdateCatalogImageRequest
impl Send for UpdateCatalogImageRequest
impl Sync for UpdateCatalogImageRequest
impl Unpin for UpdateCatalogImageRequest
impl UnwindSafe for UpdateCatalogImageRequest
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.