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