pub struct PutObject {
pub key: ObjectKey,
pub bytes: Vec<u8>,
pub content_type: String,
pub attributes: BTreeMap<String, String>,
}Fields§
§key: ObjectKey§bytes: Vec<u8>§content_type: String§attributes: BTreeMap<String, String>Trait Implementations§
impl Eq for PutObject
impl StructuralPartialEq for PutObject
Auto Trait Implementations§
impl Freeze for PutObject
impl RefUnwindSafe for PutObject
impl Send for PutObject
impl Sync for PutObject
impl Unpin for PutObject
impl UnsafeUnpin for PutObject
impl UnwindSafe for PutObject
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