pub struct RequestStart {
pub operation: Option<String>,
pub method: Method,
pub url: String,
}Fields§
§operation: Option<String>§method: Method§url: StringTrait Implementations§
Source§impl Clone for RequestStart
impl Clone for RequestStart
Source§fn clone(&self) -> RequestStart
fn clone(&self) -> RequestStart
Returns a duplicate of the value. Read more
1.0.0 · 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 RequestStart
impl Debug for RequestStart
Source§impl PartialEq for RequestStart
impl PartialEq for RequestStart
impl Eq for RequestStart
impl StructuralPartialEq for RequestStart
Auto Trait Implementations§
impl Freeze for RequestStart
impl RefUnwindSafe for RequestStart
impl Send for RequestStart
impl Sync for RequestStart
impl Unpin for RequestStart
impl UnsafeUnpin for RequestStart
impl UnwindSafe for RequestStart
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