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]
fn clone(&self) -> Handle<T, N>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more