pub struct AlgoCase {
pub condition: AtomicFact,
pub return_stmt: AlgoReturn,
pub line_file: LineFile,
}Fields§
§condition: AtomicFact§return_stmt: AlgoReturn§line_file: LineFileImplementations§
Source§impl AlgoCase
impl AlgoCase
pub fn new( condition: AtomicFact, return_stmt: AlgoReturn, line_file: LineFile, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlgoCase
impl RefUnwindSafe for AlgoCase
impl !Send for AlgoCase
impl !Sync for AlgoCase
impl Unpin for AlgoCase
impl UnsafeUnpin for AlgoCase
impl UnwindSafe for AlgoCase
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