pub struct PutMeta {
pub content_type: Option<String>,
}Expand description
Metadata supplied when writing an object.
Fields§
§content_type: Option<String>MIME content type to record for the object.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PutMeta
impl RefUnwindSafe for PutMeta
impl Send for PutMeta
impl Sync for PutMeta
impl Unpin for PutMeta
impl UnsafeUnpin for PutMeta
impl UnwindSafe for PutMeta
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