[][src]Trait hexavalent::info::Info

pub trait Info: InfoImpl where
    Self::Type: FromInfoValue, 
{ type Type; }

Info about the current context.

Used with PluginHandle::get_info.

This trait is sealed and cannot be implemented outside of hexavalent.

Associated Types

type Type[src]

The info's type.

Can be String, or Option<String>.

Loading content...

Implementors

impl Info for AwayReason[src]

impl Info for Channel[src]

type Type = String

impl Info for Hostname[src]

type Type = String

impl Info for Inputbox[src]

type Type = String

impl Info for Modes[src]

impl Info for Network[src]

impl Info for Nick[src]

type Type = String

impl Info for NickservPassword[src]

impl Info for Server[src]

impl Info for Topic[src]

impl Info for Version[src]

type Type = String

impl Info for WinStatus[src]

type Type = String

Loading content...