Struct snaptest::Test [] [src]

pub struct Test<T> { /* fields omitted */ }

Methods

impl<T: Debug> Test<T>
[src]

[src]

[src]

Trait Implementations

impl<T: Clone> Clone for Test<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Test<T>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for Test<T>

impl<T> Sync for Test<T>