[][src]Struct twitchchat::commands::Notice

pub struct Notice { /* fields omitted */ }

General notices from the server.

Methods

impl Notice[src]

pub fn tags(&self) -> &Tags[src]

IRC tags

pub fn channel(&self) -> &Channel[src]

The channel this event happened on

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

The message from the server

impl Notice[src]

pub fn msg_id(&self) -> MessageId[src]

A message ID string. Can be used for i18ln. Valid values: see Twitch IRC: msg-id Tags.

Trait Implementations

impl Tag for Notice[src]

impl Clone for Notice[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialEq<Notice> for Notice[src]

impl From<Message> for Notice[src]

impl Debug for Notice[src]

impl Serialize for Notice[src]

impl<'de> Deserialize<'de> for Notice[src]

Auto Trait Implementations

impl Send for Notice

impl Sync for Notice

Blanket Implementations

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]