Struct unc_client_primitives::debug::ChunkCollection
source · pub struct ChunkCollection {
pub chunk_producer: AccountId,
pub received_time: Option<DateTime<Utc>>,
pub chunk_included: bool,
}Fields§
§chunk_producer: AccountId§received_time: Option<DateTime<Utc>>§chunk_included: boolTrait Implementations§
source§impl Clone for ChunkCollection
impl Clone for ChunkCollection
source§fn clone(&self) -> ChunkCollection
fn clone(&self) -> ChunkCollection
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 ChunkCollection
impl Debug for ChunkCollection
Auto Trait Implementations§
impl Freeze for ChunkCollection
impl RefUnwindSafe for ChunkCollection
impl Send for ChunkCollection
impl Sync for ChunkCollection
impl Unpin for ChunkCollection
impl UnwindSafe for ChunkCollection
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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