[][src]Struct hexchat::server_event::JOIN

pub struct JOIN { /* fields omitted */ }

A ServerEvent corresponding to JOIN.

Methods

impl JOIN[src]

pub fn get_user(&self) -> &UserString[src]

Gets the user that joined.

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

Gets the name of the channel that was joined.

pub fn get_channel(&self) -> &ChannelRef[src]

Gets the channel that was joined.

Trait Implementations

impl ServerEvent for JOIN[src]

Auto Trait Implementations

impl RefUnwindSafe for JOIN

impl !Send for JOIN

impl !Sync for JOIN

impl Unpin for JOIN

impl UnwindSafe for JOIN

Blanket Implementations

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

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

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

impl<T> Erased for T

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.