pub struct PocReceiptsV2 {
pub hash: String,
pub challenger: String,
pub fee: u64,
pub onion_key_hash: String,
pub path: Vec<PathElement>,
pub challenger_owner: String,
pub secret: String,
pub time: u64,
pub height: u64,
pub block_hash: String,
}
Fields§
§hash: String
§challenger: String
§fee: u64
§onion_key_hash: String
§path: Vec<PathElement>
§challenger_owner: String
§secret: String
§time: u64
§height: u64
§block_hash: String
Trait Implementations§
Source§impl Clone for PocReceiptsV2
impl Clone for PocReceiptsV2
Source§fn clone(&self) -> PocReceiptsV2
fn clone(&self) -> PocReceiptsV2
Returns a duplicate 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 PocReceiptsV2
impl Debug for PocReceiptsV2
Source§impl<'de> Deserialize<'de> for PocReceiptsV2
impl<'de> Deserialize<'de> for PocReceiptsV2
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 PocReceiptsV2
impl RefUnwindSafe for PocReceiptsV2
impl Send for PocReceiptsV2
impl Sync for PocReceiptsV2
impl Unpin for PocReceiptsV2
impl UnwindSafe for PocReceiptsV2
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