Struct std::cell::RefMut[src]
pub struct RefMut<'b, T> {
// some fields omitted
}Wraps a mutable borrowed reference to a value in a RefCell box.
pub struct RefMut<'b, T> {
// some fields omitted
}Wraps a mutable borrowed reference to a value in a RefCell box.
impl<'b, T> Drop for RefMut<'b, T>fn drop<'b, T>(&mut self)impl<'b, T> Deref<T> for RefMut<'b, T>fn deref<'b, T>(&'a self) -> &'a Timpl<'b, T> DerefMut<T> for RefMut<'b, T>fn deref_mut<'b, T>(&'a mut self) -> &'a mut Timpl<'b, T: Show> Show for RefMut<'b, T>fn fmt<'b, T: Show>(&self, f: &mut Formatter) -> Result<(), FormatError>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).