pub struct Shodan {
pub region: String,
pub ptr: Option<bool>,
pub module: String,
pub id: String,
pub options: HashMap<String, String>,
pub crawler: String,
}Fields§
§region: String§ptr: Option<bool>§module: String§id: String§options: HashMap<String, String>§crawler: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Shodan
impl<'de> Deserialize<'de> for Shodan
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Shodan
impl RefUnwindSafe for Shodan
impl Send for Shodan
impl Sync for Shodan
impl Unpin for Shodan
impl UnsafeUnpin for Shodan
impl UnwindSafe for Shodan
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