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