Struct whois_rust::WhoIsServerValue [−][src]
The model of a WHOIS server.
Fields
host: WhoIsHostquery: Option<String>punycode: boolImplementations
impl WhoIsServerValue[src]
impl WhoIsServerValue[src]pub fn from_value(value: &Value) -> Result<WhoIsServerValue, WhoIsError>[src]
pub fn from_string<S: AsRef<str>>(
string: S
) -> Result<WhoIsServerValue, WhoIsError>[src]
string: S
) -> Result<WhoIsServerValue, WhoIsError>
Trait Implementations
impl Clone for WhoIsServerValue[src]
impl Clone for WhoIsServerValue[src]fn clone(&self) -> WhoIsServerValue[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for WhoIsServerValue
impl RefUnwindSafe for WhoIsServerValueimpl Send for WhoIsServerValue
impl Send for WhoIsServerValueimpl Sync for WhoIsServerValue
impl Sync for WhoIsServerValueimpl Unpin for WhoIsServerValue
impl Unpin for WhoIsServerValueimpl UnwindSafe for WhoIsServerValue
impl UnwindSafe for WhoIsServerValue