Struct capnp::struct_list::Owned [] [src]

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

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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