pub struct GLOBAL_LOCK { /* private fields */ }Expand description
You must take this lock before doing anything with this library.
libpostal is not thread safe.
Trait Implementations§
Source§impl Deref for GLOBAL_LOCK
impl Deref for GLOBAL_LOCK
impl LazyStatic for GLOBAL_LOCK
Auto Trait Implementations§
impl Freeze for GLOBAL_LOCK
impl RefUnwindSafe for GLOBAL_LOCK
impl Send for GLOBAL_LOCK
impl Sync for GLOBAL_LOCK
impl Unpin for GLOBAL_LOCK
impl UnwindSafe for GLOBAL_LOCK
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more