Trait arc_swap::access::Access [−][src]
Expand description
Abstracts over ways code can get access to a value of type T
.
This is the trait that parts of code will use when accessing a subpart of the big data structure. See the module documentation for details.
Associated Types
Required methods
Implementors
impl<T, S: LockStorage> Access<T> for ArcSwapAny<Rc<T>, S>
[src]
impl<T, S: LockStorage> Access<T> for ArcSwapAny<Rc<T>, S>
[src]impl<T, S: LockStorage> Access<T> for ArcSwapAny<Arc<T>, S>
[src]
impl<T, S: LockStorage> Access<T> for ArcSwapAny<Arc<T>, S>
[src]impl<T: RefCnt, S: LockStorage> Access<T> for ArcSwapAny<T, S>
[src]
impl<T: RefCnt, S: LockStorage> Access<T> for ArcSwapAny<T, S>
[src]