Struct celestia_types::NamespacedRow
source · pub struct NamespacedRow {
pub shares: Vec<Share>,
pub proof: NamespaceProof,
}Fields§
All shares within some namespace in the given row.
proof: NamespaceProofA merkle proof of inclusion or absence of the shares in this row.
Trait Implementations§
source§impl Clone for NamespacedRow
impl Clone for NamespacedRow
source§fn clone(&self) -> NamespacedRow
fn clone(&self) -> NamespacedRow
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for NamespacedRow
impl Debug for NamespacedRow
source§impl<'de> Deserialize<'de> for NamespacedRow
impl<'de> Deserialize<'de> for NamespacedRow
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<NamespacedRow> for NamespaceRowResponse
impl From<NamespacedRow> for NamespaceRowResponse
source§fn from(value: NamespacedRow) -> RawNamespacedRow
fn from(value: NamespacedRow) -> RawNamespacedRow
Converts to this type from the input type.
source§impl PartialEq for NamespacedRow
impl PartialEq for NamespacedRow
source§impl Protobuf<NamespaceRowResponse> for NamespacedRow
impl Protobuf<NamespaceRowResponse> for NamespacedRow
source§fn encode<B>(&self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
fn encode<B>(&self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
Encode into a buffer in Protobuf format. Read more
source§fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
Encode with a length-delimiter to a buffer in Protobuf format. Read more
source§fn decode<B>(buf: B) -> Result<Self, Error>where
B: Buf,
fn decode<B>(buf: B) -> Result<Self, Error>where
B: Buf,
Constructor that attempts to decode an instance from a buffer. Read more
source§fn decode_length_delimited<B>(buf: B) -> Result<Self, Error>where
B: Buf,
fn decode_length_delimited<B>(buf: B) -> Result<Self, Error>where
B: Buf,
Constructor that attempts to decode a length-delimited instance from
the buffer. Read more
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter. Read more
source§fn encode_vec(&self) -> Result<Vec<u8>, Infallible>
fn encode_vec(&self) -> Result<Vec<u8>, Infallible>
Encodes into a Protobuf-encoded
Vec<u8>.source§fn decode_vec(v: &[u8]) -> Result<Self, Error>
fn decode_vec(v: &[u8]) -> Result<Self, Error>
Constructor that attempts to decode a Protobuf-encoded instance from a
Vec<u8> (or equivalent).source§fn encode_length_delimited_vec(&self) -> Result<Vec<u8>, Infallible>
fn encode_length_delimited_vec(&self) -> Result<Vec<u8>, Infallible>
Encode with a length-delimiter to a
Vec<u8> Protobuf-encoded message.source§impl Serialize for NamespacedRow
impl Serialize for NamespacedRow
source§impl TryFrom<NamespaceRowResponse> for NamespacedRow
impl TryFrom<NamespaceRowResponse> for NamespacedRow
impl StructuralPartialEq for NamespacedRow
Auto Trait Implementations§
impl Freeze for NamespacedRow
impl RefUnwindSafe for NamespacedRow
impl Send for NamespacedRow
impl Sync for NamespacedRow
impl Unpin for NamespacedRow
impl UnwindSafe for NamespacedRow
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)