[][src]Trait sn0int::models::DisplayableDetailed

pub trait DisplayableDetailed {
    fn scoped(&self) -> bool;
fn print(&self, w: &mut DetailFormatter) -> Result;
fn children(&self, w: &mut DetailFormatter) -> Result; }

Required methods

fn scoped(&self) -> bool

fn print(&self, w: &mut DetailFormatter) -> Result

fn children(&self, w: &mut DetailFormatter) -> Result

Loading content...

Implementors

impl DisplayableDetailed for DetailedAccount[src]

impl DisplayableDetailed for DetailedBreach[src]

impl DisplayableDetailed for DetailedCryptoAddr[src]

impl DisplayableDetailed for DetailedDevice[src]

impl DisplayableDetailed for DetailedDomain[src]

impl DisplayableDetailed for DetailedEmail[src]

impl DisplayableDetailed for DetailedImage[src]

impl DisplayableDetailed for DetailedIpAddr[src]

impl DisplayableDetailed for DetailedNetblock[src]

impl DisplayableDetailed for DetailedNetwork[src]

impl DisplayableDetailed for DetailedPhoneNumber[src]

impl DisplayableDetailed for DetailedPort[src]

impl DisplayableDetailed for DetailedSubdomain[src]

impl DisplayableDetailed for DetailedUrl[src]

Loading content...