[][src]Struct hexchat::reply::RPL_TIME

pub struct RPL_TIME { /* fields omitted */ }

A ServerResponse corresponding to RPL_TIME (391)

Methods

impl RPL_TIME[src]

pub fn server(&self) -> IrcIdentRef[src]

The server that sent the response.

pub fn target(&self) -> IrcIdentRef[src]

The target of the response.

pub fn rpl_server(&self) -> &str[src]

The server whose time it is.

pub fn time(&self) -> &Result<DateTime<Utc>, String>[src]

The time of the server.

Trait Implementations

impl ServerReply for RPL_TIME[src]

Auto Trait Implementations

impl Send for RPL_TIME

impl Sync for RPL_TIME

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Erased for T