Struct veilid_tools::AsyncTagLockGuard
source · pub struct AsyncTagLockGuard<T>where
T: Hash + Eq + Clone + Debug,{ /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for AsyncTagLockGuard<T>
impl<T> Send for AsyncTagLockGuard<T>where T: Send,
impl<T> Sync for AsyncTagLockGuard<T>where T: Send + Sync,
impl<T> Unpin for AsyncTagLockGuard<T>where T: Unpin,
impl<T> !UnwindSafe for AsyncTagLockGuard<T>
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