pub struct RequestPostData {
pub file: String,
}Fields§
§file: StringPath of the request body inside the archive, ready to open there. Normalized across trace v8 (entry name) and v9 (path).
Trait Implementations§
Source§impl Clone for RequestPostData
impl Clone for RequestPostData
Source§fn clone(&self) -> RequestPostData
fn clone(&self) -> RequestPostData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RequestPostData
impl RefUnwindSafe for RequestPostData
impl Send for RequestPostData
impl Sync for RequestPostData
impl Unpin for RequestPostData
impl UnsafeUnpin for RequestPostData
impl UnwindSafe for RequestPostData
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