pub struct HttpBindAddress { /* private fields */ }Expand description
Validated HTTP bind address in host:port form.
Implementations§
Trait Implementations§
Source§impl Clone for HttpBindAddress
impl Clone for HttpBindAddress
Source§fn clone(&self) -> HttpBindAddress
fn clone(&self) -> HttpBindAddress
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HttpBindAddress
impl Debug for HttpBindAddress
Source§impl Display for HttpBindAddress
impl Display for HttpBindAddress
Source§impl PartialEq for HttpBindAddress
impl PartialEq for HttpBindAddress
Source§fn eq(&self, other: &HttpBindAddress) -> bool
fn eq(&self, other: &HttpBindAddress) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for HttpBindAddress
impl StructuralPartialEq for HttpBindAddress
Auto Trait Implementations§
impl Freeze for HttpBindAddress
impl RefUnwindSafe for HttpBindAddress
impl Send for HttpBindAddress
impl Sync for HttpBindAddress
impl Unpin for HttpBindAddress
impl UnsafeUnpin for HttpBindAddress
impl UnwindSafe for HttpBindAddress
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