[][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 DetailedDevice
[src]

impl DisplayableDetailed for DetailedDomain
[src]

impl DisplayableDetailed for DetailedEmail
[src]

impl DisplayableDetailed for DetailedIpAddr
[src]

impl DisplayableDetailed for DetailedNetwork
[src]

impl DisplayableDetailed for DetailedPhoneNumber
[src]

impl DisplayableDetailed for DetailedSubdomain
[src]

impl DisplayableDetailed for DetailedUrl
[src]

Loading content...