pub struct TkRootX(_);Trait Implementations§
source§impl From<TkRootX> for TkEventOpt
impl From<TkRootX> for TkEventOpt
Auto Trait Implementations§
impl RefUnwindSafe for TkRootX
impl !Send for TkRootX
impl !Sync for TkRootX
impl Unpin for TkRootX
impl UnwindSafe for TkRootX
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