pub struct GithubComSatstreamSsUtilsRpcScriptSig { /* private fields */ }
Implementations§
Source§impl GithubComSatstreamSsUtilsRpcScriptSig
impl GithubComSatstreamSsUtilsRpcScriptSig
pub fn new() -> GithubComSatstreamSsUtilsRpcScriptSig
pub fn set_asm(&mut self, asm: String)
pub fn with_asm(self, asm: String) -> GithubComSatstreamSsUtilsRpcScriptSig
pub fn asm(&self) -> Option<&String>
pub fn reset_asm(&mut self)
pub fn set_hex(&mut self, hex: String)
pub fn with_hex(self, hex: String) -> GithubComSatstreamSsUtilsRpcScriptSig
pub fn hex(&self) -> Option<&String>
pub fn reset_hex(&mut self)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GithubComSatstreamSsUtilsRpcScriptSig
impl<'de> Deserialize<'de> for GithubComSatstreamSsUtilsRpcScriptSig
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 GithubComSatstreamSsUtilsRpcScriptSig
impl RefUnwindSafe for GithubComSatstreamSsUtilsRpcScriptSig
impl Send for GithubComSatstreamSsUtilsRpcScriptSig
impl Sync for GithubComSatstreamSsUtilsRpcScriptSig
impl Unpin for GithubComSatstreamSsUtilsRpcScriptSig
impl UnwindSafe for GithubComSatstreamSsUtilsRpcScriptSig
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