pub enum AsyncLock {}
Expand description
Marker type for using an asynchronous lock for the inner value.
Auto Trait Implementations§
impl Freeze for AsyncLock
impl RefUnwindSafe for AsyncLock
impl Send for AsyncLock
impl Sync for AsyncLock
impl Unpin for AsyncLock
impl UnwindSafe for AsyncLock
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