Struct ami::Parent [] [src]

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

A structure that has ownership on Childs

Methods

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

[src]

Create a new Parent

[src]

Get the parent data.

Trait Implementations

impl<T, U> Drop for Parent<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 Parent<T, U>

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