pub struct HumanFormatter { /* private fields */ }Implementations§
Source§impl HumanFormatter
impl HumanFormatter
pub fn new() -> Self
pub fn without_colors(self) -> Self
Trait Implementations§
Source§impl Default for HumanFormatter
impl Default for HumanFormatter
Source§impl OutputFormatter for HumanFormatter
impl OutputFormatter for HumanFormatter
fn format_whois(&self, response: &WhoisResponse) -> String
fn format_rdap(&self, response: &RdapResponse) -> String
fn format_dns(&self, records: &[DnsRecord]) -> String
fn format_propagation(&self, result: &PropagationResult) -> String
fn format_lookup(&self, result: &LookupResult) -> String
fn format_status(&self, response: &StatusResponse) -> String
Auto Trait Implementations§
impl Freeze for HumanFormatter
impl RefUnwindSafe for HumanFormatter
impl Send for HumanFormatter
impl Sync for HumanFormatter
impl Unpin for HumanFormatter
impl UnwindSafe for HumanFormatter
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