Struct getip::gip::AbstractProvider [−][src]
pub struct AbstractProvider {
pub info: ProviderInfo,
pub timeout: u64,
pub proxy: Option<(String, u16)>,
}Expand description
Shared fields among all providers
Fields
info: ProviderInfotimeout: u64proxy: Option<(String, u16)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AbstractProvider
impl Send for AbstractProvider
impl Sync for AbstractProvider
impl Unpin for AbstractProvider
impl UnwindSafe for AbstractProvider
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