pub struct TkError { /* private fields */ }Expand description
Reports an error in interacting with the Tk program.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TkError
impl RefUnwindSafe for TkError
impl Send for TkError
impl Sync for TkError
impl Unpin for TkError
impl UnwindSafe for TkError
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