Struct azure_storage::IPRange
source · pub struct IPRange {
pub start: IpAddr,
pub end: IpAddr,
}Fields§
§start: IpAddr§end: IpAddrTrait Implementations§
source§impl PartialEq<IPRange> for IPRange
impl PartialEq<IPRange> for IPRange
impl Eq for IPRange
impl StructuralEq for IPRange
impl StructuralPartialEq for IPRange
Auto Trait Implementations§
impl RefUnwindSafe for IPRange
impl Send for IPRange
impl Sync for IPRange
impl Unpin for IPRange
impl UnwindSafe for IPRange
Blanket Implementations§
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.