pub enum CTConsTerm {}Expand description
Trait Implementations§
Source§impl<X> CTAppend<X> for CTConsTermwhere
X: 'static,
impl<X> CTAppend<X> for CTConsTermwhere
X: 'static,
Source§type Output = Cons<CTConsTerm, X>
type Output = Cons<CTConsTerm, X>
The new compile time structure which consists of the implemented structure
with X as new item.
Source§impl CTCons for CTConsTerm
impl CTCons for CTConsTerm
Auto Trait Implementations§
impl Freeze for CTConsTerm
impl RefUnwindSafe for CTConsTerm
impl Send for CTConsTerm
impl Sync for CTConsTerm
impl Unpin for CTConsTerm
impl UnwindSafe for CTConsTerm
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