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 StructuralPartialEq for AxisType
Auto Trait Implementations§
impl Freeze for AxisType
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