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