Struct irc_bot::MsgDest[][src]

pub struct MsgDest<'a> {
    pub server_id: ServerId,
    pub target: &'a str,
}

Fields

Trait Implementations

impl<'a> Clone for MsgDest<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for MsgDest<'a>
[src]

impl<'a> Debug for MsgDest<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Eq for MsgDest<'a>
[src]

impl<'a> PartialEq for MsgDest<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for MsgDest<'a>

impl<'a> Sync for MsgDest<'a>