Enum kodept_core::structure::rlt::CodeFlow
source · pub enum CodeFlow {
If(IfExpr),
}
Variants§
Trait Implementations§
source§impl PartialEq for CodeFlow
impl PartialEq for CodeFlow
impl StructuralPartialEq for CodeFlow
Auto Trait Implementations§
impl Freeze for CodeFlow
impl RefUnwindSafe for CodeFlow
impl Send for CodeFlow
impl Sync for CodeFlow
impl Unpin for CodeFlow
impl UnwindSafe for CodeFlow
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