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