Struct std::cell::Ref[src]
pub struct Ref<'b, T> {
// some fields omitted
}Wraps a borrowed reference to a value in a RefCell box.
pub struct Ref<'b, T> {
// some fields omitted
}Wraps a borrowed reference to a value in a RefCell box.
impl<'b, T> Drop for Ref<'b, T>fn drop<'b, T>(&mut self)impl<'b, T> Deref<T> for Ref<'b, T>fn deref<'b, T>(&'a self) -> &'a Timpl<'b, T: Show> Show for Ref<'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).