pub struct ResponsesGetAddressNonInscriptionUtxo { /* private fields */ }
Implementations§
Source§impl ResponsesGetAddressNonInscriptionUtxo
impl ResponsesGetAddressNonInscriptionUtxo
pub fn new() -> ResponsesGetAddressNonInscriptionUtxo
pub fn set_code(&mut self, code: i32)
pub fn with_code(self, code: i32) -> ResponsesGetAddressNonInscriptionUtxo
pub fn code(&self) -> Option<&i32>
pub fn reset_code(&mut self)
pub fn set_data(&mut self, data: ResponsesGetAddressNonInscriptionUtxoData)
pub fn with_data( self, data: ResponsesGetAddressNonInscriptionUtxoData, ) -> ResponsesGetAddressNonInscriptionUtxo
pub fn data(&self) -> Option<&ResponsesGetAddressNonInscriptionUtxoData>
pub fn reset_data(&mut self)
pub fn set_msg(&mut self, msg: String)
pub fn with_msg(self, msg: String) -> ResponsesGetAddressNonInscriptionUtxo
pub fn msg(&self) -> Option<&String>
pub fn reset_msg(&mut self)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ResponsesGetAddressNonInscriptionUtxo
impl<'de> Deserialize<'de> for ResponsesGetAddressNonInscriptionUtxo
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 ResponsesGetAddressNonInscriptionUtxo
impl RefUnwindSafe for ResponsesGetAddressNonInscriptionUtxo
impl Send for ResponsesGetAddressNonInscriptionUtxo
impl Sync for ResponsesGetAddressNonInscriptionUtxo
impl Unpin for ResponsesGetAddressNonInscriptionUtxo
impl UnwindSafe for ResponsesGetAddressNonInscriptionUtxo
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