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]

[src]

Create a new Child for the Parent.

[src]

Get the Parent's data.

[src]

Get the Parent's data (mutable).

[src]

Get the Child's data.

[src]

Get the Child's data (mutable).

[src]

Get the Id of this Child

Trait Implementations

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

[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>