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