pub struct GithubComSatstreamSsUtilsRpcScriptPubKey { /* private fields */ }
Implementations§
Source§impl GithubComSatstreamSsUtilsRpcScriptPubKey
impl GithubComSatstreamSsUtilsRpcScriptPubKey
pub fn new() -> GithubComSatstreamSsUtilsRpcScriptPubKey
pub fn set_address(&mut self, address: String)
pub fn with_address( self, address: String, ) -> GithubComSatstreamSsUtilsRpcScriptPubKey
pub fn address(&self) -> Option<&String>
pub fn reset_address(&mut self)
pub fn set_asm(&mut self, asm: String)
pub fn with_asm(self, asm: String) -> GithubComSatstreamSsUtilsRpcScriptPubKey
pub fn asm(&self) -> Option<&String>
pub fn reset_asm(&mut self)
pub fn set_desc(&mut self, desc: String)
pub fn with_desc(self, desc: String) -> GithubComSatstreamSsUtilsRpcScriptPubKey
pub fn desc(&self) -> Option<&String>
pub fn reset_desc(&mut self)
pub fn set_hex(&mut self, hex: String)
pub fn with_hex(self, hex: String) -> GithubComSatstreamSsUtilsRpcScriptPubKey
pub fn hex(&self) -> Option<&String>
pub fn reset_hex(&mut self)
pub fn set__type(&mut self, _type: String)
pub fn with__type( self, _type: String, ) -> GithubComSatstreamSsUtilsRpcScriptPubKey
pub fn _type(&self) -> Option<&String>
pub fn reset__type(&mut self)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GithubComSatstreamSsUtilsRpcScriptPubKey
impl<'de> Deserialize<'de> for GithubComSatstreamSsUtilsRpcScriptPubKey
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 GithubComSatstreamSsUtilsRpcScriptPubKey
impl RefUnwindSafe for GithubComSatstreamSsUtilsRpcScriptPubKey
impl Send for GithubComSatstreamSsUtilsRpcScriptPubKey
impl Sync for GithubComSatstreamSsUtilsRpcScriptPubKey
impl Unpin for GithubComSatstreamSsUtilsRpcScriptPubKey
impl UnwindSafe for GithubComSatstreamSsUtilsRpcScriptPubKey
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