pub struct ArtifactIdempotencyKey(/* private fields */);Expand description
Caller-selected key that makes beginning an upload replay-safe.
Implementations§
Trait Implementations§
Source§impl Clone for ArtifactIdempotencyKey
impl Clone for ArtifactIdempotencyKey
Source§impl Debug for ArtifactIdempotencyKey
impl Debug for ArtifactIdempotencyKey
Source§impl<'de> Deserialize<'de> for ArtifactIdempotencyKey
impl<'de> Deserialize<'de> for ArtifactIdempotencyKey
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 Eq for ArtifactIdempotencyKey
Source§impl From<ArtifactIdempotencyKey> for String
impl From<ArtifactIdempotencyKey> for String
Source§fn from(value: ArtifactIdempotencyKey) -> Self
fn from(value: ArtifactIdempotencyKey) -> Self
Converts to this type from the input type.
Source§impl Hash for ArtifactIdempotencyKey
impl Hash for ArtifactIdempotencyKey
Source§impl PartialEq for ArtifactIdempotencyKey
impl PartialEq for ArtifactIdempotencyKey
Source§impl Serialize for ArtifactIdempotencyKey
impl Serialize for ArtifactIdempotencyKey
impl StructuralPartialEq for ArtifactIdempotencyKey
Source§impl TryFrom<ArtifactIdempotencyKey> for RestoreProtectionKey
impl TryFrom<ArtifactIdempotencyKey> for RestoreProtectionKey
Source§type Error = DomainError
type Error = DomainError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for ArtifactIdempotencyKey
impl RefUnwindSafe for ArtifactIdempotencyKey
impl Send for ArtifactIdempotencyKey
impl Sync for ArtifactIdempotencyKey
impl Unpin for ArtifactIdempotencyKey
impl UnsafeUnpin for ArtifactIdempotencyKey
impl UnwindSafe for ArtifactIdempotencyKey
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