Struct capnp::message::Builder [] [src]

pub struct Builder<A> where
    A: Allocator
{ /* fields omitted */ }

A container used to build a message.

Methods

impl<A> Builder<A> where
    A: Allocator
[src]

[src]

[src]

Initializes the root as a value of the given type.

[src]

Gets the root, interpreting it as the given type.

[src]

[src]

Sets the root to a deep copy of the given value.

[src]

impl Builder<HeapAllocator>
[src]

Trait Implementations

impl<A> Send for Builder<A> where
    A: Send + Allocator
[src]