Struct reproto_core::PathObject [] [src]

pub struct PathObject { /* fields omitted */ }

Methods

impl PathObject
[src]

[src]

Trait Implementations

impl Debug for PathObject
[src]

[src]

Formats the value using the given formatter.

impl Object for PathObject
[src]

[src]

Get a path to the object, if one exists.

[src]

Open a reader to the object.

[src]

Lightweight cloning of this object.

[src]

Convert the current object with the given name.

impl Display for PathObject
[src]

[src]

Formats the value using the given formatter. Read more