pub enum BytecodeEdgeKind {
Branch,
Fallthrough,
Loop,
}Variants§
Trait Implementations§
Source§impl Clone for BytecodeEdgeKind
impl Clone for BytecodeEdgeKind
Source§fn clone(&self) -> BytecodeEdgeKind
fn clone(&self) -> BytecodeEdgeKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BytecodeEdgeKind
Source§impl Debug for BytecodeEdgeKind
impl Debug for BytecodeEdgeKind
impl Eq for BytecodeEdgeKind
Source§impl PartialEq for BytecodeEdgeKind
impl PartialEq for BytecodeEdgeKind
impl StructuralPartialEq for BytecodeEdgeKind
Auto Trait Implementations§
impl Freeze for BytecodeEdgeKind
impl RefUnwindSafe for BytecodeEdgeKind
impl Send for BytecodeEdgeKind
impl Sync for BytecodeEdgeKind
impl Unpin for BytecodeEdgeKind
impl UnsafeUnpin for BytecodeEdgeKind
impl UnwindSafe for BytecodeEdgeKind
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