#[non_exhaustive]pub struct CreateUploadUrlInput {}Implementations§
source§impl CreateUploadUrlInput
impl CreateUploadUrlInput
sourcepub fn builder() -> CreateUploadUrlInputBuilder
pub fn builder() -> CreateUploadUrlInputBuilder
Creates a new builder-style object to manufacture CreateUploadUrlInput.
Trait Implementations§
source§impl Clone for CreateUploadUrlInput
impl Clone for CreateUploadUrlInput
source§fn clone(&self) -> CreateUploadUrlInput
fn clone(&self) -> CreateUploadUrlInput
Returns a copy of the value. Read more
1.0.0 · 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 CreateUploadUrlInput
impl Debug for CreateUploadUrlInput
source§impl PartialEq for CreateUploadUrlInput
impl PartialEq for CreateUploadUrlInput
source§fn eq(&self, other: &CreateUploadUrlInput) -> bool
fn eq(&self, other: &CreateUploadUrlInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateUploadUrlInput
Auto Trait Implementations§
impl Freeze for CreateUploadUrlInput
impl RefUnwindSafe for CreateUploadUrlInput
impl Send for CreateUploadUrlInput
impl Sync for CreateUploadUrlInput
impl Unpin for CreateUploadUrlInput
impl UnwindSafe for CreateUploadUrlInput
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> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.