Struct ami::Child[][src]

pub struct Child<T, U: PseudoDrop<T = T>> { /* fields omitted */ }

A structure that is owned by a Parent.

Methods

impl<T, U> Child<T, U> where
    U: PseudoDrop<T = T>, 
[src]

Create a new Child for the Parent.

Get the Parent's data.

Get the Parent's data (mutable).

Get the Child's data.

Get the Child's data (mutable).

Get the Id of this Child

Trait Implementations

impl<T, U> Drop for Child<T, U> where
    U: PseudoDrop<T = T>, 
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<T, U> !Send for Child<T, U>

impl<T, U> !Sync for Child<T, U>