pub enum Struct_TclIntPlatStubs {}Auto Trait Implementations§
impl Freeze for Struct_TclIntPlatStubs
impl RefUnwindSafe for Struct_TclIntPlatStubs
impl Send for Struct_TclIntPlatStubs
impl Sync for Struct_TclIntPlatStubs
impl Unpin for Struct_TclIntPlatStubs
impl UnwindSafe for Struct_TclIntPlatStubs
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