pub struct ArtifactPresignRequest {
pub content_type: String,
pub bytes: u64,
pub sha256: String,
}Fields§
§content_type: String§bytes: u64§sha256: StringTrait Implementations§
Source§impl Clone for ArtifactPresignRequest
impl Clone for ArtifactPresignRequest
Source§fn clone(&self) -> ArtifactPresignRequest
fn clone(&self) -> ArtifactPresignRequest
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 Debug for ArtifactPresignRequest
impl Debug for ArtifactPresignRequest
Source§impl<'de> Deserialize<'de> for ArtifactPresignRequest
impl<'de> Deserialize<'de> for ArtifactPresignRequest
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
Auto Trait Implementations§
impl Freeze for ArtifactPresignRequest
impl RefUnwindSafe for ArtifactPresignRequest
impl Send for ArtifactPresignRequest
impl Sync for ArtifactPresignRequest
impl Unpin for ArtifactPresignRequest
impl UnsafeUnpin for ArtifactPresignRequest
impl UnwindSafe for ArtifactPresignRequest
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