Struct reproto_core::BytesObject [] [src]

pub struct BytesObject { /* fields omitted */ }

An named object containing a fixed set of bytes.

Methods

impl BytesObject
[src]

[src]

Trait Implementations

impl Debug for BytesObject
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BytesObject

impl Sync for BytesObject