Struct gio::ApplicationBusyGuard
source · pub struct ApplicationBusyGuard(/* private fields */);
Trait Implementations§
source§impl Debug for ApplicationBusyGuard
impl Debug for ApplicationBusyGuard
Auto Trait Implementations§
impl RefUnwindSafe for ApplicationBusyGuard
impl !Send for ApplicationBusyGuard
impl !Sync for ApplicationBusyGuard
impl Unpin for ApplicationBusyGuard
impl UnwindSafe for ApplicationBusyGuard
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