pub struct GithubComSatstreamSsUtilsRpcPrevOut { /* private fields */ }
Implementations§
Source§impl GithubComSatstreamSsUtilsRpcPrevOut
impl GithubComSatstreamSsUtilsRpcPrevOut
pub fn new() -> GithubComSatstreamSsUtilsRpcPrevOut
pub fn set_height(&mut self, height: i32)
pub fn with_height(self, height: i32) -> GithubComSatstreamSsUtilsRpcPrevOut
pub fn height(&self) -> Option<&i32>
pub fn reset_height(&mut self)
pub fn set_n(&mut self, n: i32)
pub fn with_n(self, n: i32) -> GithubComSatstreamSsUtilsRpcPrevOut
pub fn n(&self) -> Option<&i32>
pub fn reset_n(&mut self)
pub fn set_populated(&mut self, populated: bool)
pub fn with_populated( self, populated: bool, ) -> GithubComSatstreamSsUtilsRpcPrevOut
pub fn populated(&self) -> Option<&bool>
pub fn reset_populated(&mut self)
pub fn set_rune_holdings( &mut self, rune_holdings: Vec<GithubComSatstreamSsUtilsRpcUtxoRune>, )
pub fn with_rune_holdings( self, rune_holdings: Vec<GithubComSatstreamSsUtilsRpcUtxoRune>, ) -> GithubComSatstreamSsUtilsRpcPrevOut
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, ) -> GithubComSatstreamSsUtilsRpcPrevOut
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) -> GithubComSatstreamSsUtilsRpcPrevOut
pub fn value(&self) -> Option<&f32>
pub fn reset_value(&mut self)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GithubComSatstreamSsUtilsRpcPrevOut
impl<'de> Deserialize<'de> for GithubComSatstreamSsUtilsRpcPrevOut
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 GithubComSatstreamSsUtilsRpcPrevOut
impl RefUnwindSafe for GithubComSatstreamSsUtilsRpcPrevOut
impl Send for GithubComSatstreamSsUtilsRpcPrevOut
impl Sync for GithubComSatstreamSsUtilsRpcPrevOut
impl Unpin for GithubComSatstreamSsUtilsRpcPrevOut
impl UnwindSafe for GithubComSatstreamSsUtilsRpcPrevOut
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