Struct mucell::RefStable
[-]
[+]
[src]
pub struct Ref<'a, T: 'a> {
// some fields omitted
}An immutable reference to a MuCell. Dereference to get at the object.
pub struct Ref<'a, T: 'a> {
// some fields omitted
}An immutable reference to a MuCell. Dereference to get at the object.
impl<'a, T: 'a> Drop for Ref<'a, T>fn drop(&mut self)impl<'a, T: 'a> Deref for Ref<'a, T>type Target = Tfn deref(&self) -> &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, enum,
trait, typedef (or
tdef).