pub struct RestRequestFile {
pub path: PathBuf,
pub request: RestRequest,
}Fields§
§path: PathBuf§request: RestRequestImplementations§
Trait Implementations§
Source§impl Clone for RestRequestFile
impl Clone for RestRequestFile
Source§fn clone(&self) -> RestRequestFile
fn clone(&self) -> RestRequestFile
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 moreSource§impl Debug for RestRequestFile
impl Debug for RestRequestFile
Source§impl PartialEq for RestRequestFile
impl PartialEq for RestRequestFile
Source§fn eq(&self, other: &RestRequestFile) -> bool
fn eq(&self, other: &RestRequestFile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RestRequestFile
Auto Trait Implementations§
impl Freeze for RestRequestFile
impl RefUnwindSafe for RestRequestFile
impl Send for RestRequestFile
impl Sync for RestRequestFile
impl Unpin for RestRequestFile
impl UnsafeUnpin for RestRequestFile
impl UnwindSafe for RestRequestFile
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