Struct jec_rccow::RcCow [] [src]

pub struct RcCow<T> where
    T: 'static, 
{ /* fields omitted */ }

Methods

impl<T> RcCow<T>
[src]

impl<T> RcCow<T>
[src]

Trait Implementations

impl<T: Clone> Clone for RcCow<T> where
    T: 'static, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for RcCow<T> where
    T: 'static, 
[src]

Formats the value using the given formatter.

impl<T> Display for RcCow<T> where
    T: Display
[src]

Formats the value using the given formatter. Read more

impl<T> Deref for RcCow<T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<T> DerefMut for RcCow<T> where
    T: Clone
[src]

The method called to mutably dereference a value