pub struct TcTypeEq;Available on crate feature
rust_1_65 only.Expand description
The type constructor for TypeEq.
Trait Implementations§
Source§impl BaseTypeWitnessTc for TcTypeEq
impl BaseTypeWitnessTc for TcTypeEq
impl Copy for TcTypeEq
Auto Trait Implementations§
impl Freeze for TcTypeEq
impl RefUnwindSafe for TcTypeEq
impl Send for TcTypeEq
impl Sync for TcTypeEq
impl Unpin for TcTypeEq
impl UnwindSafe for TcTypeEq
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