Struct irc_bot::State[][src]

pub struct State { /* fields omitted */ }

Methods

impl State
[src]

impl State
[src]

Returns a &str containing either the name of this crate or the text "<unknown>".

Returns a &str containing either version information for the bot framework or the text "<unknown>".

This version information is intended for display only, and is not necessarily in SemVer format or otherwise intended as machine-readable.

Returns a &str containing either a Uniform Resource Locator (URL) for a Web page containing information about the bot framework, or the text "<unknown>".

impl State
[src]

Allows access to a random number generator that's stored centrally, to avoid the cost of repeatedly initializing one.

Auto Trait Implementations

impl Send for State

impl Sync for State