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