[][src]Struct hexchat::server_event::WALLOPS

pub struct WALLOPS { /* fields omitted */ }

A ServerEvent corresponding to WALLOPS.

Methods

impl WALLOPS[src]

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

Gets the name of the server that sent this operwall.

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

Gets the message that was sent.

Trait Implementations

impl ServerEvent for WALLOPS[src]

Auto Trait Implementations

impl RefUnwindSafe for WALLOPS

impl Send for WALLOPS

impl Sync for WALLOPS

impl Unpin for WALLOPS

impl UnwindSafe for WALLOPS

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.