struct DialogBusyGuard(Arc<AtomicBool>);Tuple Fields§
§0: Arc<AtomicBool>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DialogBusyGuard
impl RefUnwindSafe for DialogBusyGuard
impl Send for DialogBusyGuard
impl Sync for DialogBusyGuard
impl Unpin for DialogBusyGuard
impl UnsafeUnpin for DialogBusyGuard
impl UnwindSafe for DialogBusyGuard
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