Struct samotop::service::tcp::DeadService[][src]

pub struct DeadService;

Dummy TCP service for samotop server

Trait Implementations

impl Clone for DeadService
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeadService
[src]

Formats the value using the given formatter. Read more

impl TcpService for DeadService
[src]

Auto Trait Implementations

impl Send for DeadService

impl Sync for DeadService