Struct rustc_data_structures::sync::RwLock[][src]

pub struct RwLock<T>(_);

Methods

impl<T> RwLock<T>
[src]

Important traits for &'a mut R

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> Send for RwLock<T> where
    T: Send

impl<T> !Sync for RwLock<T>