pub struct VecC;Expand description
A Vec<*> type constructor.
The Vec<*> type constructor has kind * -> *.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VecC
impl RefUnwindSafe for VecC
impl Send for VecC
impl Sync for VecC
impl Unpin for VecC
impl UnwindSafe for VecC
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