pub enum BcBlockEdgeKind {
Branch,
Fallthrough,
Loop,
}Variants§
Trait Implementations§
Source§impl Clone for BcBlockEdgeKind
impl Clone for BcBlockEdgeKind
Source§fn clone(&self) -> BcBlockEdgeKind
fn clone(&self) -> BcBlockEdgeKind
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 BcBlockEdgeKind
Source§impl Debug for BcBlockEdgeKind
impl Debug for BcBlockEdgeKind
impl Eq for BcBlockEdgeKind
Source§impl Hash for BcBlockEdgeKind
impl Hash for BcBlockEdgeKind
Source§impl PartialEq for BcBlockEdgeKind
impl PartialEq for BcBlockEdgeKind
Source§fn eq(&self, other: &BcBlockEdgeKind) -> bool
fn eq(&self, other: &BcBlockEdgeKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BcBlockEdgeKind
Auto Trait Implementations§
impl Freeze for BcBlockEdgeKind
impl RefUnwindSafe for BcBlockEdgeKind
impl Send for BcBlockEdgeKind
impl Sync for BcBlockEdgeKind
impl Unpin for BcBlockEdgeKind
impl UnsafeUnpin for BcBlockEdgeKind
impl UnwindSafe for BcBlockEdgeKind
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