Struct rustc_ap_rustc_data_structures::sync::Lock [−][src]
pub struct Lock<T>(_);
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Lock<T>
impl<T> UnwindSafe for Lock<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V