Struct celestia_types::row::RowId
source · pub struct RowId { /* private fields */ }Expand description
Represents particular row in a specific Data Square,
Implementations§
Trait Implementations§
source§impl From<RowId> for CidGeneric<ROW_ID_SIZE>
impl From<RowId> for CidGeneric<ROW_ID_SIZE>
source§impl PartialEq for RowId
impl PartialEq for RowId
impl Copy for RowId
impl StructuralPartialEq for RowId
Auto Trait Implementations§
impl Freeze for RowId
impl RefUnwindSafe for RowId
impl Send for RowId
impl Sync for RowId
impl Unpin for RowId
impl UnwindSafe for RowId
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