Struct supercow::ext::TwoStepArc [] [src]

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

Wrapper providing a TwoStepShared implementation.

Trait Implementations

impl<T, B: ?Sized> Clone for TwoStepArc<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 TwoStepArc<T, B> where
    T: SafeBorrow<B>, 
[src]

Returns a new, empty instance of Self.

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