Enum k8s_cluster_api::v1beta1::cluster::InvalidIpFamily [−][src]
pub enum InvalidIpFamily {
TooManyCidrs(usize),
InvalidCidr(AddrParseError),
IpFamilyMismatch,
}
Variants
TooManyCidrs(usize)
Tuple Fields
0: usize
InvalidCidr(AddrParseError)
Tuple Fields
IpFamilyMismatch
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for InvalidIpFamily
impl Send for InvalidIpFamily
impl Sync for InvalidIpFamily
impl Unpin for InvalidIpFamily
impl UnwindSafe for InvalidIpFamily
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more