pub struct DecodescriptParams {
pub hexstring: String,
}Expand description
Decode a hex-encoded script.
Fields§
§hexstring: Stringthe hex-encoded script
Trait Implementations§
Source§impl Debug for DecodescriptParams
impl Debug for DecodescriptParams
Auto Trait Implementations§
impl Freeze for DecodescriptParams
impl RefUnwindSafe for DecodescriptParams
impl Send for DecodescriptParams
impl Sync for DecodescriptParams
impl Unpin for DecodescriptParams
impl UnwindSafe for DecodescriptParams
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