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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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
impl Eq for UpdateCatalogImageRequest
impl StructuralPartialEq for UpdateCatalogImageRequest
Auto Trait Implementations§
impl Freeze for UpdateCatalogImageRequest
impl RefUnwindSafe for UpdateCatalogImageRequest
impl Send for UpdateCatalogImageRequest
impl Sync for UpdateCatalogImageRequest
impl Unpin for UpdateCatalogImageRequest
impl UnwindSafe for UpdateCatalogImageRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.