pub struct AppReadyGate { /* private fields */ }Expand description
A shared App-wide signal that opens exactly once after every Module activates.
Implementations§
Trait Implementations§
Source§impl Clone for AppReadyGate
impl Clone for AppReadyGate
Source§fn clone(&self) -> AppReadyGate
fn clone(&self) -> AppReadyGate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AppReadyGate
impl Debug for AppReadyGate
Auto Trait Implementations§
impl !RefUnwindSafe for AppReadyGate
impl !Send for AppReadyGate
impl !Sync for AppReadyGate
impl !UnwindSafe for AppReadyGate
impl Freeze for AppReadyGate
impl Unpin for AppReadyGate
impl UnsafeUnpin for AppReadyGate
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