pub struct StmtRef;Expand description
The table of references to statements, which is what a compound statement is a run of.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StmtRef
impl RefUnwindSafe for StmtRef
impl Send for StmtRef
impl Sync for StmtRef
impl Unpin for StmtRef
impl UnsafeUnpin for StmtRef
impl UnwindSafe for StmtRef
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