pub struct RCons<T>where
T: RowBuilder,{ /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<T> RowBuilder for RCons<T>where
T: RowBuilder,
impl<T> RowBuilder for RCons<T>where
T: RowBuilder,
Auto Trait Implementations§
impl<T> Freeze for RCons<T>where
T: Freeze,
impl<T> RefUnwindSafe for RCons<T>where
T: RefUnwindSafe,
impl<T> Send for RCons<T>where
T: Send,
impl<T> Sync for RCons<T>where
T: Sync,
impl<T> Unpin for RCons<T>where
T: Unpin,
impl<T> UnwindSafe for RCons<T>where
T: UnwindSafe,
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