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