pub struct ExplainReceiptParams {
pub receipt_path: String,
}Expand description
Request: explain a receipt chain
Fields§
§receipt_path: StringTrait Implementations§
Source§impl Clone for ExplainReceiptParams
impl Clone for ExplainReceiptParams
Source§fn clone(&self) -> ExplainReceiptParams
fn clone(&self) -> ExplainReceiptParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExplainReceiptParams
impl Debug for ExplainReceiptParams
Source§impl<'de> Deserialize<'de> for ExplainReceiptParams
impl<'de> Deserialize<'de> for ExplainReceiptParams
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 ExplainReceiptParams
impl RefUnwindSafe for ExplainReceiptParams
impl Send for ExplainReceiptParams
impl Sync for ExplainReceiptParams
impl Unpin for ExplainReceiptParams
impl UnsafeUnpin for ExplainReceiptParams
impl UnwindSafe for ExplainReceiptParams
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