Struct capnp::list_list::Owned [] [src]

pub struct Owned<T> where T: for<'a> Owned<'a> {
    // some fields omitted
}

Trait Implementations

impl<T: Clone> Clone for Owned<T> where T: for<'a> Owned<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for Owned<T> where T: for<'a> Owned<'a>
[src]

impl<'a, T> Owned<'a> for Owned<T> where T: for<'b> Owned<'b>
[src]