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