pub struct PresignResponse {
pub upload_id: Uuid,
pub parts: Vec<PresignPart>,
}Fields§
§upload_id: Uuid§parts: Vec<PresignPart>Trait Implementations§
Source§impl Clone for PresignResponse
impl Clone for PresignResponse
Source§fn clone(&self) -> PresignResponse
fn clone(&self) -> PresignResponse
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 ComposeSchema for PresignResponse
impl ComposeSchema for PresignResponse
Source§impl Debug for PresignResponse
impl Debug for PresignResponse
Source§impl<'de> Deserialize<'de> for PresignResponse
impl<'de> Deserialize<'de> for PresignResponse
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
Source§impl Serialize for PresignResponse
impl Serialize for PresignResponse
Auto Trait Implementations§
impl Freeze for PresignResponse
impl RefUnwindSafe for PresignResponse
impl Send for PresignResponse
impl Sync for PresignResponse
impl Unpin for PresignResponse
impl UnsafeUnpin for PresignResponse
impl UnwindSafe for PresignResponse
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