Enum jsonrpsee_core::server::access_control::host::Port
source · Expand description
Port pattern
Variants§
None
No port specified (default port)
Pattern(String)
Port specified as a wildcard pattern
Fixed(u16)
Fixed numeric port
Trait Implementations§
impl Eq for Port
impl StructuralEq for Port
impl StructuralPartialEq for Port
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§
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere
T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.