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