Struct borrow_bag::Handle [] [src]

pub struct Handle<T, N> { /* fields omitted */ }

A value which can be used with the BorrowBag to borrow the element which was added.

See BorrowBag for usage examples.

Trait Implementations

impl<T, N> Clone for Handle<T, N>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T, N> Copy for Handle<T, N>
[src]