Struct dbus::tree::Argument
[−]
[src]
pub struct Argument(_, _);
A D-Bus Argument.
pub struct Argument(_, _);
A D-Bus Argument.
impl Argument
[src]impl From<Signature<'static>> for Argument
[src]impl<'a> From<&'a str> for Argument
[src]impl<N: Into<String>, S: Into<Signature<'static>>> From<(N, S)> for Argument
[src]impl Eq for Argument
[src]impl PartialEq for Argument
[src]impl Ord for Argument
[src]impl PartialOrd for Argument
[src]fn partial_cmp(&self, __arg_0: &Argument) -> Option<Ordering>
fn lt(&self, __arg_0: &Argument) -> bool
fn le(&self, __arg_0: &Argument) -> bool
fn gt(&self, __arg_0: &Argument) -> bool
fn ge(&self, __arg_0: &Argument) -> bool
impl Debug for Argument
[src]impl Clone for Argument
[src]fn clone(&self) -> Argument
fn clone_from(&mut self, source: &Self)