Struct witty_jsonrpc::transports::http::HttpTransportSettings
source · pub struct HttpTransportSettings {
pub address: String,
}Expand description
Settings needed for constructing an HttpTransport.
Fields§
§address: StringAn IP or address to bind the HTTP listener to.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HttpTransportSettings
impl Send for HttpTransportSettings
impl Sync for HttpTransportSettings
impl Unpin for HttpTransportSettings
impl UnwindSafe for HttpTransportSettings
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