Struct scell::Ref [] [src]

pub struct Ref<'a, T: 'a + ?Sized>(_);

A reference wrapper that lets rust make the same guarentees regardless of internal type

Trait Implementations

impl<'a, T: 'a + ?Sized> Deref for Ref<'a, T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a, T: 'a + ?Sized> Debug for Ref<'a, T> where
    T: Debug
[src]

Formats the value using the given formatter.