Struct midgard_rs::HeightHash
source · pub struct HeightHash { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for HeightHash
impl Clone for HeightHash
source§fn clone(&self) -> HeightHash
fn clone(&self) -> HeightHash
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 HeightHash
impl Debug for HeightHash
source§impl<'de> Deserialize<'de> for HeightHash
impl<'de> Deserialize<'de> for HeightHash
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
Auto Trait Implementations§
impl Freeze for HeightHash
impl RefUnwindSafe for HeightHash
impl Send for HeightHash
impl Sync for HeightHash
impl Unpin for HeightHash
impl UnwindSafe for HeightHash
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