pub struct UploadPresign { /* private fields */ }
Implementations§
Source§impl UploadPresign
impl UploadPresign
Trait Implementations§
Source§impl Clone for UploadPresign
impl Clone for UploadPresign
Source§fn clone(&self) -> UploadPresign
fn clone(&self) -> UploadPresign
Returns a duplicate 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 UploadPresign
impl Debug for UploadPresign
Source§impl Default for UploadPresign
impl Default for UploadPresign
Source§impl From<UploadPresign> for UploadPresign
impl From<UploadPresign> for UploadPresign
Source§fn from(value: UploadPresign) -> Self
fn from(value: UploadPresign) -> Self
Converts to this type from the input type.
Source§impl TryFrom<UploadPresign> for UploadPresign
impl TryFrom<UploadPresign> for UploadPresign
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: UploadPresign) -> Result<Self, ConversionError>
fn try_from(value: UploadPresign) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for UploadPresign
impl RefUnwindSafe for UploadPresign
impl Send for UploadPresign
impl Sync for UploadPresign
impl Unpin for UploadPresign
impl UnwindSafe for UploadPresign
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