Struct getip::hostip::LocalIpv6CommandProvider [−][src]
pub struct LocalIpv6CommandProvider { /* fields omitted */ }Expand description
IPv6 Provider that queries information from ip or ifconfig.
Implementations
Trait Implementations
Get a local IPv6 address on the specified interface with ip or ifconfig.
Errors
This function returns NoAddress if the IP commands return no addresses.
In case that none of those commands succeed, it returns the last process execution error.
Auto Trait Implementations
impl RefUnwindSafe for LocalIpv6CommandProvider
impl Send for LocalIpv6CommandProvider
impl Sync for LocalIpv6CommandProvider
impl Unpin for LocalIpv6CommandProvider
impl UnwindSafe for LocalIpv6CommandProvider
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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