Enum ip2location::Proxy
source · pub enum Proxy {
IsAnError,
IsNotAProxy,
IsAProxy,
IsADataCenterIpAddress,
}Variants§
Trait Implementations§
source§impl PartialEq for Proxy
impl PartialEq for Proxy
impl StructuralPartialEq for Proxy
Auto Trait Implementations§
impl RefUnwindSafe for Proxy
impl Send for Proxy
impl Sync for Proxy
impl Unpin for Proxy
impl UnwindSafe for Proxy
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