pub struct GithubComSatstreamSsUtilsRpcVout { /* private fields */ }
Implementations§
Source§impl GithubComSatstreamSsUtilsRpcVout
impl GithubComSatstreamSsUtilsRpcVout
pub fn new() -> GithubComSatstreamSsUtilsRpcVout
pub fn set_n(&mut self, n: i32)
pub fn with_n(self, n: i32) -> GithubComSatstreamSsUtilsRpcVout
pub fn n(&self) -> Option<&i32>
pub fn reset_n(&mut self)
pub fn set_rune_holdings( &mut self, rune_holdings: Vec<GithubComSatstreamSsUtilsRpcUtxoRune>, )
pub fn with_rune_holdings( self, rune_holdings: Vec<GithubComSatstreamSsUtilsRpcUtxoRune>, ) -> GithubComSatstreamSsUtilsRpcVout
pub fn rune_holdings( &self, ) -> Option<&Vec<GithubComSatstreamSsUtilsRpcUtxoRune>>
pub fn reset_rune_holdings(&mut self)
pub fn set_script_pub_key( &mut self, script_pub_key: GithubComSatstreamSsUtilsRpcScriptPubKey, )
pub fn with_script_pub_key( self, script_pub_key: GithubComSatstreamSsUtilsRpcScriptPubKey, ) -> GithubComSatstreamSsUtilsRpcVout
pub fn script_pub_key( &self, ) -> Option<&GithubComSatstreamSsUtilsRpcScriptPubKey>
pub fn reset_script_pub_key(&mut self)
pub fn set_value(&mut self, value: f32)
pub fn with_value(self, value: f32) -> GithubComSatstreamSsUtilsRpcVout
pub fn value(&self) -> Option<&f32>
pub fn reset_value(&mut self)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GithubComSatstreamSsUtilsRpcVout
impl<'de> Deserialize<'de> for GithubComSatstreamSsUtilsRpcVout
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 GithubComSatstreamSsUtilsRpcVout
impl RefUnwindSafe for GithubComSatstreamSsUtilsRpcVout
impl Send for GithubComSatstreamSsUtilsRpcVout
impl Sync for GithubComSatstreamSsUtilsRpcVout
impl Unpin for GithubComSatstreamSsUtilsRpcVout
impl UnwindSafe for GithubComSatstreamSsUtilsRpcVout
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