Enum jsonrpc_server_utils::hosts::Port [−][src]
Port pattern
Variants
No port specified (default port)
Pattern(String)
Port specified as a wildcard pattern
Fixed(u16)
Fixed numeric port
Trait Implementations
impl Clone for Port
[src][+]
impl Debug for Port
[src][+]
impl Eq for Port
[src]
impl From<Option<u16>> for Port
[src][+]
impl From<u16> for Port
[src][+]
impl Hash for Port
[src][+]
impl PartialEq<Port> for Port
[src][+]
impl StructuralEq for Port
[src]
impl StructuralPartialEq for Port
[src]
Auto Trait Implementations
impl RefUnwindSafe for Port
impl Send for Port
impl Sync for Port
impl Unpin for Port
impl UnwindSafe for Port
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,