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§
Source§impl Clone for HttpTransportSettings
impl Clone for HttpTransportSettings
Source§fn clone(&self) -> HttpTransportSettings
fn clone(&self) -> HttpTransportSettings
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 moreAuto Trait Implementations§
impl Freeze for HttpTransportSettings
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