pub struct CVec<'js> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'js> Freeze for CVec<'js>
impl<'js> RefUnwindSafe for CVec<'js>
impl<'js> !Send for CVec<'js>
impl<'js> !Sync for CVec<'js>
impl<'js> Unpin for CVec<'js>
impl<'js> !UnwindSafe for CVec<'js>
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