pub struct STH {
pub tree_size: u64,
pub timestamp: u64,
pub sha256_root_hash: String,
pub tree_head_signature: String,
}Fields§
§tree_size: u64§timestamp: u64§sha256_root_hash: String§tree_head_signature: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for STH
impl<'de> Deserialize<'de> for STH
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 STH
impl RefUnwindSafe for STH
impl Send for STH
impl Sync for STH
impl Unpin for STH
impl UnsafeUnpin for STH
impl UnwindSafe for STH
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