Struct Sentinel
struct Sentinel {
_app: App,
handle: Context,
injection_table: InjectionCallbackTable,
}Fields§
§_app: App§handle: Context§injection_table: InjectionCallbackTableImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Sentinel
impl RefUnwindSafe for Sentinel
impl Send for Sentinel
impl Sync for Sentinel
impl Unpin for Sentinel
impl UnwindSafe for Sentinel
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