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

pub struct Nick { /* fields omitted */ }

Weechat Nick type

Methods

impl Nick[src]

pub fn get_string(&self, property: &str) -> &str[src]

Get a string property of the nick.

  • property - The name of the property to get the value for, this can be one of name, color, prefix or prefix_color. If a unknown property is requested an empty string is returned.

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

Get the name property of the nick.

Auto Trait Implementations

impl !Send for Nick

impl !Sync for Nick

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, 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> Any for T where
    T: 'static + ?Sized
[src]

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