Enum arret_runtime::boxed::ListSubtype  [−][src]
Possible subtypes of List
Variants
Pair(&'a Pair<T>)Non-empty list
Empty list
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for ListSubtype<'a, T> where
    T: RefUnwindSafe, 
T: RefUnwindSafe,
impl<'a, T> !Send for ListSubtype<'a, T>
impl<'a, T> !Sync for ListSubtype<'a, T>
impl<'a, T> Unpin for ListSubtype<'a, T>
impl<'a, T> UnwindSafe for ListSubtype<'a, T> where
    T: RefUnwindSafe, 
T: RefUnwindSafe,