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
sourceimpl Clone for UpdateCatalogImageRequest
impl Clone for UpdateCatalogImageRequest
sourcefn clone(&self) -> UpdateCatalogImageRequest
fn clone(&self) -> UpdateCatalogImageRequest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateCatalogImageRequest
impl Debug for UpdateCatalogImageRequest
sourceimpl Default for UpdateCatalogImageRequest
impl Default for UpdateCatalogImageRequest
sourcefn default() -> UpdateCatalogImageRequest
fn default() -> UpdateCatalogImageRequest
Returns the “default value” for a type. Read more
sourceimpl PartialEq<UpdateCatalogImageRequest> for UpdateCatalogImageRequest
impl PartialEq<UpdateCatalogImageRequest> for UpdateCatalogImageRequest
sourcefn eq(&self, other: &UpdateCatalogImageRequest) -> bool
fn eq(&self, other: &UpdateCatalogImageRequest) -> bool
sourceimpl Serialize for UpdateCatalogImageRequest
impl Serialize for UpdateCatalogImageRequest
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.