pub struct UnspentResponse {
pub height: u64,
pub tx_hash: String,
pub tx_pos: u64,
pub value: u64,
}Fields§
§height: u64§tx_hash: String§tx_pos: u64§value: u64Trait Implementations§
Source§impl Debug for UnspentResponse
impl Debug for UnspentResponse
Source§impl<'de> Deserialize<'de> for UnspentResponse
impl<'de> Deserialize<'de> for UnspentResponse
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 UnspentResponse
impl RefUnwindSafe for UnspentResponse
impl Send for UnspentResponse
impl Sync for UnspentResponse
impl Unpin for UnspentResponse
impl UnwindSafe for UnspentResponse
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