pub struct StmtType {
pub termination: StmtTermination,
pub is_pure: bool,
/* private fields */
}
Fields§
§termination: StmtTermination
§is_pure: bool
Implementations§
Source§impl StmtType
impl StmtType
pub fn from(termination: StmtTermination, is_pure: bool) -> StmtType
pub fn make_unknown() -> StmtTypeCell
Trait Implementations§
impl Eq for StmtType
impl StructuralPartialEq for StmtType
Auto Trait Implementations§
impl Freeze for StmtType
impl RefUnwindSafe for StmtType
impl Send for StmtType
impl Sync for StmtType
impl Unpin for StmtType
impl UnwindSafe for StmtType
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