pub struct PresignGetObject {
pub key: ObjectKey,
pub expires_in: TimeDelta,
pub download_file_name: Option<String>,
}Fields§
§key: ObjectKey§expires_in: TimeDelta§download_file_name: Option<String>Trait Implementations§
Source§impl Clone for PresignGetObject
impl Clone for PresignGetObject
Source§fn clone(&self) -> PresignGetObject
fn clone(&self) -> PresignGetObject
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 PresignGetObject
impl Debug for PresignGetObject
impl Eq for PresignGetObject
Source§impl PartialEq for PresignGetObject
impl PartialEq for PresignGetObject
impl StructuralPartialEq for PresignGetObject
Auto Trait Implementations§
impl Freeze for PresignGetObject
impl RefUnwindSafe for PresignGetObject
impl Send for PresignGetObject
impl Sync for PresignGetObject
impl Unpin for PresignGetObject
impl UnsafeUnpin for PresignGetObject
impl UnwindSafe for PresignGetObject
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