Enum celestia_types::AxisType
source · #[repr(u8)]pub enum AxisType {
Row = 0,
Col = 1,
}Expand description
Represents either column or row of the ExtendedDataSquare.
Variants§
Trait Implementations§
source§impl PartialEq for AxisType
impl PartialEq for AxisType
impl Copy for AxisType
impl Eq for AxisType
impl StructuralEq for AxisType
impl StructuralPartialEq for AxisType
Auto Trait Implementations§
impl RefUnwindSafe for AxisType
impl Send for AxisType
impl Sync for AxisType
impl Unpin for AxisType
impl UnwindSafe for AxisType
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more