Enum syntax::ext::deriving::generic::ty::PtrTy[src]

pub enum PtrTy<'a> {
    Send,
    Borrowed(Option<&'a str>, Mutability),
}

The types of pointers

Variants

Send
Borrowed