[][src]Struct weechat::buffer::Nick

pub struct Nick<'a> { /* fields omitted */ }

Weechat Nick type

Implementations

impl<'a> Nick<'a>[src]

pub fn name(&self) -> Cow<'_, str>[src]

Get the name property of the nick.

pub fn color(&self) -> Cow<'_, str>[src]

Get the color of the nick.

pub fn prefix(&self) -> Cow<'_, str>[src]

Get the prefix of the nick.

pub fn prefix_color(&self) -> Cow<'_, str>[src]

Get the color of the nick prefix.

Auto Trait Implementations

impl<'a> !RefUnwindSafe for Nick<'a>

impl<'a> !Send for Nick<'a>

impl<'a> !Sync for Nick<'a>

impl<'a> Unpin for Nick<'a>

impl<'a> !UnwindSafe for Nick<'a>

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> 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.