Struct dbus::tree::Argument [] [src]

pub struct Argument(_, _);

A D-Bus Argument.

Methods

impl Argument
[src]

fn new(name: Option<String>, sig: Signature<'static>) -> Argument

Create a new Argument.

Trait Implementations

impl From<Signature<'static>> for Argument
[src]

fn from(t: Signature<'static>) -> Argument

impl<'a> From<&'a str> for Argument
[src]

fn from(t: &'a str) -> Argument

impl<N: Into<String>, S: Into<Signature<'static>>> From<(N, S)> for Argument
[src]

fn from((n, s): (N, S)) -> Argument

Derived Implementations

impl Eq for Argument
[src]

impl PartialEq for Argument
[src]

fn eq(&self, __arg_0: &Argument) -> bool

fn ne(&self, __arg_0: &Argument) -> bool

impl Ord for Argument
[src]

fn cmp(&self, __arg_0: &Argument) -> Ordering

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]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Argument
[src]

fn clone(&self) -> Argument

fn clone_from(&mut self, source: &Self)
1.0.0