Struct http::uri::Port [−][src]
pub struct Port<T> { /* fields omitted */ }
Expand description
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,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more