pub struct WorkItemArgument {
pub url: String,
pub verb: Option<String>,
pub headers: Option<HashMap<String, String>>,
}Fields§
§url: String§verb: Option<String>§headers: Option<HashMap<String, String>>Trait Implementations§
Source§impl Debug for WorkItemArgument
impl Debug for WorkItemArgument
Auto Trait Implementations§
impl Freeze for WorkItemArgument
impl RefUnwindSafe for WorkItemArgument
impl Send for WorkItemArgument
impl Sync for WorkItemArgument
impl Unpin for WorkItemArgument
impl UnsafeUnpin for WorkItemArgument
impl UnwindSafe for WorkItemArgument
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