Struct http::uri::Port  [−][src]
pub struct Port<T> { /* fields omitted */ }The port component of a URI.
Implementations
impl<T> Port<T>[src]
impl<T> Port<T>[src]impl<T> Port<T> where
    T: AsRef<str>, [src]
impl<T> Port<T> where
    T: AsRef<str>, [src]Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Port<T> where
    T: RefUnwindSafe, 
T: RefUnwindSafe,
impl<T> Send for Port<T> where
    T: Send, 
T: Send,
impl<T> Sync for Port<T> where
    T: Sync, 
T: Sync,
impl<T> Unpin for Port<T> where
    T: Unpin, 
T: Unpin,
impl<T> UnwindSafe for Port<T> where
    T: UnwindSafe, 
T: UnwindSafe,