Struct predicates_core::reflection::Child[][src]

pub struct Child<'a>(_, _);

A view of a Predicate child, provided by reflection.

Methods

impl<'a> Child<'a>
[src]

Create a new Predicate child.

Access the Child's name.

Access the Child Predicate.

Trait Implementations

impl<'a> Display for Child<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Debug for Child<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for Child<'a>

impl<'a> !Sync for Child<'a>