Struct supercow::ext::TwoStepRc [] [src]

pub struct TwoStepRc<T, B: ?Sized>(_, _);

Wrapper providing a TwoStepShared implementation.

Trait Implementations

impl<T, B: ?Sized> Clone for TwoStepRc<T, B>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T, B: ?Sized> TwoStepShared<T, B> for TwoStepRc<T, B> where
    T: SafeBorrow<B>, 
[src]

Returns a new, empty instance of Self.

Returns the internal Option<T> backing this value. Read more