pub struct StartChunkedRead {
pub location: Location,
pub path: PathBuf,
}Fields§
§location: Location§path: PathBufTrait Implementations§
Source§impl Debug for StartChunkedRead
impl Debug for StartChunkedRead
Source§impl<'de> Deserialize<'de> for StartChunkedRead
impl<'de> Deserialize<'de> for StartChunkedRead
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<StartChunkedRead> for ChunkedRequest
impl From<StartChunkedRead> for ChunkedRequest
Source§fn from(request: StartChunkedRead) -> Self
fn from(request: StartChunkedRead) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StartChunkedRead
impl PartialEq for StartChunkedRead
Source§impl Serialize for StartChunkedRead
impl Serialize for StartChunkedRead
Source§impl TryFrom<ChunkedRequest> for StartChunkedRead
impl TryFrom<ChunkedRequest> for StartChunkedRead
impl Eq for StartChunkedRead
impl StructuralPartialEq for StartChunkedRead
Auto Trait Implementations§
impl Freeze for StartChunkedRead
impl RefUnwindSafe for StartChunkedRead
impl Send for StartChunkedRead
impl Sync for StartChunkedRead
impl Unpin for StartChunkedRead
impl UnwindSafe for StartChunkedRead
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