pub enum BlockMetadataExtension {
V0(Box<BlockMetadataExtensionBlockMetadataExtensionEmpty>),
V1(Box<BlockMetadataExtensionBlockMetadataExtensionRandomness>),
}Variants§
V0(Box<BlockMetadataExtensionBlockMetadataExtensionEmpty>)
V1(Box<BlockMetadataExtensionBlockMetadataExtensionRandomness>)
Trait Implementations§
Source§impl Clone for BlockMetadataExtension
impl Clone for BlockMetadataExtension
Source§fn clone(&self) -> BlockMetadataExtension
fn clone(&self) -> BlockMetadataExtension
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BlockMetadataExtension
impl Debug for BlockMetadataExtension
Source§impl Default for BlockMetadataExtension
impl Default for BlockMetadataExtension
Source§impl<'de> Deserialize<'de> for BlockMetadataExtension
impl<'de> Deserialize<'de> for BlockMetadataExtension
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 PartialEq for BlockMetadataExtension
impl PartialEq for BlockMetadataExtension
Source§fn eq(&self, other: &BlockMetadataExtension) -> bool
fn eq(&self, other: &BlockMetadataExtension) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BlockMetadataExtension
impl Serialize for BlockMetadataExtension
impl StructuralPartialEq for BlockMetadataExtension
Auto Trait Implementations§
impl Freeze for BlockMetadataExtension
impl RefUnwindSafe for BlockMetadataExtension
impl Send for BlockMetadataExtension
impl Sync for BlockMetadataExtension
impl Unpin for BlockMetadataExtension
impl UnsafeUnpin for BlockMetadataExtension
impl UnwindSafe for BlockMetadataExtension
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