pub struct BlockMetadataExtensionRandomness {
pub randomness: Option<String>,
}Fields§
§randomness: Option<String>All bytes (Vec0x and fulfilled with two hex digits per byte. Unlike the Address type, HexEncodedBytes will not trim any zeros.
Implementations§
Trait Implementations§
Source§impl Clone for BlockMetadataExtensionRandomness
impl Clone for BlockMetadataExtensionRandomness
Source§fn clone(&self) -> BlockMetadataExtensionRandomness
fn clone(&self) -> BlockMetadataExtensionRandomness
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 Default for BlockMetadataExtensionRandomness
impl Default for BlockMetadataExtensionRandomness
Source§fn default() -> BlockMetadataExtensionRandomness
fn default() -> BlockMetadataExtensionRandomness
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BlockMetadataExtensionRandomness
impl<'de> Deserialize<'de> for BlockMetadataExtensionRandomness
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 BlockMetadataExtensionRandomness
impl PartialEq for BlockMetadataExtensionRandomness
Source§fn eq(&self, other: &BlockMetadataExtensionRandomness) -> bool
fn eq(&self, other: &BlockMetadataExtensionRandomness) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BlockMetadataExtensionRandomness
Auto Trait Implementations§
impl Freeze for BlockMetadataExtensionRandomness
impl RefUnwindSafe for BlockMetadataExtensionRandomness
impl Send for BlockMetadataExtensionRandomness
impl Sync for BlockMetadataExtensionRandomness
impl Unpin for BlockMetadataExtensionRandomness
impl UnsafeUnpin for BlockMetadataExtensionRandomness
impl UnwindSafe for BlockMetadataExtensionRandomness
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