pub struct HttpBackendKindBuilder {
pub host: Option<String>,
pub port: Option<u16>,
pub schema: Option<String>,
pub version: Option<Version>,
}Fields§
§host: Option<String>§port: Option<u16>§schema: Option<String>§version: Option<Version>Trait Implementations§
Source§impl Clone for HttpBackendKindBuilder
impl Clone for HttpBackendKindBuilder
Source§fn clone(&self) -> HttpBackendKindBuilder
fn clone(&self) -> HttpBackendKindBuilder
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 HttpBackendKindBuilder
impl Debug for HttpBackendKindBuilder
Source§impl Default for HttpBackendKindBuilder
impl Default for HttpBackendKindBuilder
Source§fn default() -> HttpBackendKindBuilder
fn default() -> HttpBackendKindBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HttpBackendKindBuilder
impl RefUnwindSafe for HttpBackendKindBuilder
impl Send for HttpBackendKindBuilder
impl Sync for HttpBackendKindBuilder
impl Unpin for HttpBackendKindBuilder
impl UnwindSafe for HttpBackendKindBuilder
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