[go: up one dir, main page]

Trait zbus::proxy::ProxyDefault

source ·
pub trait ProxyDefault {
    const INTERFACE: Option<&'static str>;
    const DESTINATION: Option<&'static str>;
    const PATH: Option<&'static str>;
}
Expand description

Trait for the default associated values of a proxy.

The trait is automatically implemented by the dbus_proxy macro on your behalf, and may be later used to retrieve the associated constants.

Required Associated Constants§

source

const INTERFACE: Option<&'static str>

source

const DESTINATION: Option<&'static str>

source

const PATH: Option<&'static str>

Object Safety§

This trait is not object safe.

Implementors§

source§

impl ProxyDefault for zbus::blocking::proxy::Proxy<'_>

source§

const INTERFACE: Option<&'static str> = None

source§

const DESTINATION: Option<&'static str> = None

source§

const PATH: Option<&'static str> = None

source§

impl ProxyDefault for zbus::proxy::Proxy<'_>

source§

const INTERFACE: Option<&'static str> = None

source§

const DESTINATION: Option<&'static str> = None

source§

const PATH: Option<&'static str> = None

source§

impl<'a> ProxyDefault for zbus::blocking::fdo::DBusProxy<'a>

source§

const INTERFACE: Option<&'static str> = _

source§

const DESTINATION: Option<&'static str> = _

source§

const PATH: Option<&'static str> = _

source§

impl<'a> ProxyDefault for zbus::blocking::fdo::IntrospectableProxy<'a>

source§

const INTERFACE: Option<&'static str> = _

source§

const DESTINATION: Option<&'static str> = None

source§

const PATH: Option<&'static str> = _

source§

impl<'a> ProxyDefault for zbus::blocking::fdo::MonitoringProxy<'a>

source§

const INTERFACE: Option<&'static str> = _

source§

const DESTINATION: Option<&'static str> = _

source§

const PATH: Option<&'static str> = _

source§

impl<'a> ProxyDefault for zbus::blocking::fdo::ObjectManagerProxy<'a>

source§

const INTERFACE: Option<&'static str> = _

source§

const DESTINATION: Option<&'static str> = None

source§

const PATH: Option<&'static str> = None

source§

impl<'a> ProxyDefault for zbus::blocking::fdo::PeerProxy<'a>

source§

const INTERFACE: Option<&'static str> = _

source§

const DESTINATION: Option<&'static str> = None

source§

const PATH: Option<&'static str> = None

source§

impl<'a> ProxyDefault for zbus::blocking::fdo::PropertiesProxy<'a>

source§

const INTERFACE: Option<&'static str> = _

source§

const DESTINATION: Option<&'static str> = None

source§

const PATH: Option<&'static str> = None

source§

impl<'a> ProxyDefault for zbus::blocking::fdo::StatsProxy<'a>

source§

const INTERFACE: Option<&'static str> = _

source§

const DESTINATION: Option<&'static str> = _

source§

const PATH: Option<&'static str> = _

source§

impl<'a> ProxyDefault for zbus::fdo::DBusProxy<'a>

source§

const INTERFACE: Option<&'static str> = _

source§

const DESTINATION: Option<&'static str> = _

source§

const PATH: Option<&'static str> = _

source§

impl<'a> ProxyDefault for zbus::fdo::IntrospectableProxy<'a>

source§

const INTERFACE: Option<&'static str> = _

source§

const DESTINATION: Option<&'static str> = None

source§

const PATH: Option<&'static str> = _

source§

impl<'a> ProxyDefault for zbus::fdo::MonitoringProxy<'a>

source§

const INTERFACE: Option<&'static str> = _

source§

const DESTINATION: Option<&'static str> = _

source§

const PATH: Option<&'static str> = _

source§

impl<'a> ProxyDefault for zbus::fdo::ObjectManagerProxy<'a>

source§

const INTERFACE: Option<&'static str> = _

source§

const DESTINATION: Option<&'static str> = None

source§

const PATH: Option<&'static str> = None

source§

impl<'a> ProxyDefault for zbus::fdo::PeerProxy<'a>

source§

const INTERFACE: Option<&'static str> = _

source§

const DESTINATION: Option<&'static str> = None

source§

const PATH: Option<&'static str> = None

source§

impl<'a> ProxyDefault for zbus::fdo::PropertiesProxy<'a>

source§

const INTERFACE: Option<&'static str> = _

source§

const DESTINATION: Option<&'static str> = None

source§

const PATH: Option<&'static str> = None

source§

impl<'a> ProxyDefault for zbus::fdo::StatsProxy<'a>

source§

const INTERFACE: Option<&'static str> = _

source§

const DESTINATION: Option<&'static str> = _

source§

const PATH: Option<&'static str> = _