pub struct CodeFlow(/* private fields */);
Trait Implementations§
Source§impl From<CodeFlow> for Expression
impl From<CodeFlow> for Expression
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