Enum jsonrpc_server_utils::hosts::Port [−][src]
Expand description
Port pattern
Variants
No port specified (default port)
Pattern(String)
Port specified as a wildcard pattern
Tuple Fields of Pattern
0: String
Fixed(u16)
Fixed numeric port
Tuple Fields of Fixed
0: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Port
impl UnwindSafe for Port
Blanket Implementations
Mutably borrows from an owned value. Read more