pub struct ChainHash(/* private fields */);Expand description
The uniquely identifying hash of the target blockchain.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ChainHash
Available on crate feature serde only.
impl<'de> Deserialize<'de> for ChainHash
Available on crate feature
serde only.Source§fn deserialize<D: Deserializer<'de>>(d: D) -> Result<ChainHash, D::Error>
fn deserialize<D: Deserializer<'de>>(d: D) -> Result<ChainHash, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for ChainHash
impl Ord for ChainHash
Source§impl PartialOrd for ChainHash
impl PartialOrd for ChainHash
impl Copy for ChainHash
impl Eq for ChainHash
impl StructuralPartialEq for ChainHash
Auto Trait Implementations§
impl Freeze for ChainHash
impl RefUnwindSafe for ChainHash
impl Send for ChainHash
impl Sync for ChainHash
impl Unpin for ChainHash
impl UnwindSafe for ChainHash
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