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. Read more

impl Object for PathObject
[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 PathObject
[src]

[src]

Formats the value using the given formatter. Read more

impl From<PathObject> for Box<Object>
[src]

Important traits for Box<W>
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for PathObject

impl Sync for PathObject