pub struct BatchPutObjectRequest {
pub name: String,
pub body: Vec<u8>,
}
Fields§
§name: String
§body: Vec<u8>
Auto Trait Implementations§
impl Freeze for BatchPutObjectRequest
impl RefUnwindSafe for BatchPutObjectRequest
impl Send for BatchPutObjectRequest
impl Sync for BatchPutObjectRequest
impl Unpin for BatchPutObjectRequest
impl UnwindSafe for BatchPutObjectRequest
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