Struct reproto_core::EmptyObject [] [src]

pub struct EmptyObject { /* fields omitted */ }

An empty object.

Methods

impl EmptyObject
[src]

[src]

Create a new empty object with the given name.

Trait Implementations

impl Debug for EmptyObject
[src]

[src]

Formats the value using the given formatter. Read more

impl Object for EmptyObject
[src]

[src]

Get a path to the object, if one exists.

[src]

Open a reader to the object.

Important traits for Box<W>
[src]

Lightweight cloning of this object.

Important traits for Box<W>
[src]

Convert the current object with the given name.

impl Display for EmptyObject
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for EmptyObject

impl Sync for EmptyObject