Struct cb_stm_temp::StmGuard [] [src]

pub struct StmGuard<'a, T: 'static + Send> { /* fields omitted */ }

Trait Implementations

impl<'a, T: 'static + Send> Deref for StmGuard<'a, T>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<'a, T: 'static + Send + Debug> Debug for StmGuard<'a, T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a, T: 'static + Send + Display> Display for StmGuard<'a, T>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, T> !Send for StmGuard<'a, T>

impl<'a, T> !Sync for StmGuard<'a, T>