pub struct TclCode { /* private fields */ }Expand description
Per-language code type tag for Tcl; carries no data.
Trait Implementations§
Source§impl LanguageInfo for TclCode
impl LanguageInfo for TclCode
Auto Trait Implementations§
impl Freeze for TclCode
impl RefUnwindSafe for TclCode
impl Send for TclCode
impl Sync for TclCode
impl Unpin for TclCode
impl UnsafeUnpin for TclCode
impl UnwindSafe for TclCode
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