Struct std::gc::GcExperimental[src]
pub struct Gc<T> {
// some fields omitted
}Immutable garbage-collected pointer type
pub struct Gc<T> {
// some fields omitted
}Immutable garbage-collected pointer type
impl<T> Clone for Gc<T>impl<T: PartialEq + 'static> PartialEq for Gc<T>impl<T: PartialOrd + 'static> PartialOrd for Gc<T>fn lt(&self, other: &Gc<T>) -> boolfn le(&self, other: &Gc<T>) -> boolfn ge(&self, other: &Gc<T>) -> boolfn gt(&self, other: &Gc<T>) -> boolimpl<T: Ord + 'static> Ord for Gc<T>impl<T: Eq + 'static> Eq for Gc<T>impl<T: 'static> Deref<T> for Gc<T>fn deref<'a>(&'a self) -> &'a Timpl<T: Default + 'static> Default for Gc<T>impl<T: 'static> Repr<*Box<T>> for Gc<T>fn repr<T>(&self) -> Timpl<S: Writer, T: Hash<S> + 'static> Hash<S> for Gc<T>fn hash(&self, s: &mut S)impl<T: 'static + Show> Show for Gc<T>
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).