Skip to main content

BlockRef

Type Alias BlockRef 

Source
pub type BlockRef = &'static Block;

Trait Implementations§

Source§

impl Eq for BlockRef

Source§

impl PartialEq for BlockRef

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.