Enum iptrie::IpPrefixCoverage
source · pub enum IpPrefixCoverage {
NoCover,
WiderRange,
SameRange,
}Variants§
Trait Implementations§
source§impl Clone for IpPrefixCoverage
impl Clone for IpPrefixCoverage
source§fn clone(&self) -> IpPrefixCoverage
fn clone(&self) -> IpPrefixCoverage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IpPrefixCoverage
impl Debug for IpPrefixCoverage
source§impl PartialEq<IpPrefixCoverage> for IpPrefixCoverage
impl PartialEq<IpPrefixCoverage> for IpPrefixCoverage
source§fn eq(&self, other: &IpPrefixCoverage) -> bool
fn eq(&self, other: &IpPrefixCoverage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for IpPrefixCoverage
impl Eq for IpPrefixCoverage
impl StructuralEq for IpPrefixCoverage
impl StructuralPartialEq for IpPrefixCoverage
Auto Trait Implementations§
impl RefUnwindSafe for IpPrefixCoverage
impl Send for IpPrefixCoverage
impl Sync for IpPrefixCoverage
impl Unpin for IpPrefixCoverage
impl UnwindSafe for IpPrefixCoverage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more