[][src]Trait dbus::arg::DictKey

pub trait DictKey: Arg { }

Types that can be used as keys in a dict type implement this trait.

Implementations on Foreign Types

impl<'a, T: DictKey> DictKey for &'a T[src]

impl<T: DictKey> DictKey for Box<T>[src]

impl<T: DictKey> DictKey for Rc<T>[src]

impl<T: DictKey> DictKey for Arc<T>[src]

impl DictKey for u8[src]

impl DictKey for i16[src]

impl DictKey for u16[src]

impl DictKey for i32[src]

impl DictKey for u32[src]

impl DictKey for i64[src]

impl DictKey for u64[src]

impl DictKey for bool[src]

impl DictKey for f64[src]

impl<'a> DictKey for &'a str[src]

impl<'a> DictKey for String[src]

impl<'a> DictKey for &'a CStr[src]

Loading content...

Implementors

impl DictKey for OwnedFd[src]

impl<'a> DictKey for Path<'a>[src]

impl<'a> DictKey for Signature<'a>[src]

Loading content...