Struct shkeleton::sync::RwLock [] [src]

pub struct RwLock<T>(_);

Methods

impl<T> RwLock<T>
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

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

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