Struct devlibx_http::command::http::model::HttpCommand
source · pub struct HttpCommand {
pub method: String,
pub url: String,
}
Fields§
§method: String
§url: String
Implementations§
Auto Trait Implementations§
impl Freeze for HttpCommand
impl RefUnwindSafe for HttpCommand
impl Send for HttpCommand
impl Sync for HttpCommand
impl Unpin for HttpCommand
impl UnwindSafe for HttpCommand
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