pub struct StartChunkedWrite {
pub location: Location,
pub path: PathBuf,
pub user_attribute: Option<UserAttribute>,
}Fields§
§location: Location§path: PathBuf§user_attribute: Option<UserAttribute>Trait Implementations§
Source§impl Debug for StartChunkedWrite
impl Debug for StartChunkedWrite
Source§impl<'de> Deserialize<'de> for StartChunkedWrite
impl<'de> Deserialize<'de> for StartChunkedWrite
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<StartChunkedWrite> for ChunkedRequest
impl From<StartChunkedWrite> for ChunkedRequest
Source§fn from(request: StartChunkedWrite) -> Self
fn from(request: StartChunkedWrite) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StartChunkedWrite
impl PartialEq for StartChunkedWrite
Source§impl Serialize for StartChunkedWrite
impl Serialize for StartChunkedWrite
Source§impl TryFrom<ChunkedRequest> for StartChunkedWrite
impl TryFrom<ChunkedRequest> for StartChunkedWrite
impl Eq for StartChunkedWrite
impl StructuralPartialEq for StartChunkedWrite
Auto Trait Implementations§
impl Freeze for StartChunkedWrite
impl RefUnwindSafe for StartChunkedWrite
impl Send for StartChunkedWrite
impl Sync for StartChunkedWrite
impl Unpin for StartChunkedWrite
impl UnwindSafe for StartChunkedWrite
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