Struct scell::RefMut [] [src]

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

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

Trait Implementations

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

The resulting type after dereferencing

The method called to dereference a value

impl<'a, T: 'a + ?Sized> DerefMut for RefMut<'a, T>
[src]

The method called to mutably dereference a value

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

Formats the value using the given formatter.