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