Struct style::shared_lock::Locked [] [src]

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

Data protect by a shared lock.

Methods

impl<T> Locked<T>
[src]

Important traits for &'a mut W
[src]

Access the data for reading.

Important traits for &'a mut W
[src]

Access the data for writing.

Trait Implementations

impl<T: Send> Send for Locked<T>
[src]

impl<T: Send + Sync> Sync for Locked<T>
[src]

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

[src]

Formats the value using the given formatter. Read more