Struct arc_swap::access::DirectDeref  [−][src]
pub struct DirectDeref<T: RefCnt>(_);
Expand description
Plumbing type.
Accessible, but not expected to be used directly in general.
Trait Implementations
impl<T: Debug + RefCnt> Debug for DirectDeref<T>[src]
impl<T: Debug + RefCnt> Debug for DirectDeref<T>[src]impl<T> Deref for DirectDeref<Arc<T>>[src]
impl<T> Deref for DirectDeref<Arc<T>>[src]Auto Trait Implementations
impl<T> RefUnwindSafe for DirectDeref<T> where
    T: RefUnwindSafe, 
T: RefUnwindSafe,
impl<T> Send for DirectDeref<T> where
    T: Send, 
T: Send,
impl<T> Sync for DirectDeref<T> where
    T: Sync, 
T: Sync,
impl<T> Unpin for DirectDeref<T> where
    T: Unpin, 
T: Unpin,
impl<T> UnwindSafe for DirectDeref<T> where
    T: UnwindSafe, 
T: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T, A> DynAccess<T> for A where
    A: Access<T>,
    <A as Access<T>>::Guard: 'static, [src]
impl<T, A> DynAccess<T> for A where
    A: Access<T>,
    <A as Access<T>>::Guard: 'static, [src]pub fn load(&Self) -> DynGuard<T>[src]
pub fn load(&Self) -> DynGuard<T>[src]The equivalent of Access::load.