[][src]Struct i3status_rs::blocks::networkmanager::NetworkManager

pub struct NetworkManager {
    id: usize,
    indicator: TextWidget,
    output: Vec<TextWidget>,
    dbus_conn: Connection,
    manager: ConnectionManager,
    primary_only: bool,
    ap_format: FormatTemplate,
    device_format: FormatTemplate,
    connection_format: FormatTemplate,
    interface_name_exclude_regexps: Vec<Regex>,
    interface_name_include_regexps: Vec<Regex>,
    shared_config: SharedConfig,
}

Fields

id: usizeindicator: TextWidgetoutput: Vec<TextWidget>dbus_conn: Connectionmanager: ConnectionManagerprimary_only: boolap_format: FormatTemplatedevice_format: FormatTemplateconnection_format: FormatTemplateinterface_name_exclude_regexps: Vec<Regex>interface_name_include_regexps: Vec<Regex>shared_config: SharedConfig

Trait Implementations

impl Block for NetworkManager[src]

impl ConfigBlock for NetworkManager[src]

type Config = NetworkManagerConfig

Auto Trait Implementations

impl !RefUnwindSafe for NetworkManager[src]

impl !Send for NetworkManager[src]

impl !Sync for NetworkManager[src]

impl Unpin for NetworkManager[src]

impl !UnwindSafe for NetworkManager[src]

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.