Struct pchain_types::block::Blocks
source · [−]👎 Deprecated:
No necessary use cases. Please consider using Vec<Vec<u8> or Vec<Block> directly.
Fields
blocks: Vec<Block>👎 Deprecated:
No necessary use cases. Please consider using Vec<Vec<u8> or Vec<Block> directly.
Trait Implementations
sourceimpl Deserializable<Blocks> for Blocks
impl Deserializable<Blocks> for Blocks
impl Eq for Blocks
impl StructuralEq for Blocks
impl StructuralPartialEq for Blocks
Auto Trait Implementations
impl RefUnwindSafe for Blocks
impl Send for Blocks
impl Sync for Blocks
impl Unpin for Blocks
impl UnwindSafe for Blocks
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more