pub struct InsertResponse {
pub object: PutObjectOutput,
pub id: String,
}Fields§
§object: PutObjectOutput§id: StringAuto Trait Implementations§
impl Freeze for InsertResponse
impl RefUnwindSafe for InsertResponse
impl Send for InsertResponse
impl Sync for InsertResponse
impl Unpin for InsertResponse
impl UnsafeUnpin for InsertResponse
impl UnwindSafe for InsertResponse
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