Struct crossbeam::mem::epoch::Shared [−][src]
pub struct Shared<'a, T: 'a> { /* fields omitted */ }Expand description
Like &'a T: a shared reference valid for lifetime 'a.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for Shared<'a, T> where
T: RefUnwindSafe,
impl<'a, T> UnwindSafe for Shared<'a, T> where
T: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
