Struct binary_tree::cow::RcCow
[−]
[src]
pub struct RcCow<T>(pub Rc<T>);
pub struct RcCow<T>(pub Rc<T>);
impl<T: Clone> RcCow<T>
[src]impl<T> Clone for RcCow<T>
[src]fn clone(&self) -> RcCow<T>
fn clone_from(&mut self, source: &Self)
impl<T> Deref for RcCow<T>
[src]impl<T: Clone> DerefMut for RcCow<T>
[src]fn deref_mut(&mut self) -> &mut T