pub struct PutStreamResponse {
pub status_code: u16,
pub uploaded_bytes: usize,
}Expand description
Specialized Response objects
Fields§
§status_code: u16§uploaded_bytes: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for PutStreamResponse
impl RefUnwindSafe for PutStreamResponse
impl Send for PutStreamResponse
impl Sync for PutStreamResponse
impl Unpin for PutStreamResponse
impl UnwindSafe for PutStreamResponse
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