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