Struct electrs_request::UnspentResponse
source · [−]pub struct UnspentResponse {
pub height: u64,
pub tx_hash: String,
pub tx_pos: u64,
pub value: u64,
}Fields
height: u64tx_hash: Stringtx_pos: u64value: u64Trait Implementations
sourceimpl Debug for UnspentResponse
impl Debug for UnspentResponse
sourceimpl<'de> Deserialize<'de> for UnspentResponse
impl<'de> Deserialize<'de> for UnspentResponse
sourcefn 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
sourceimpl Serialize for UnspentResponse
impl Serialize for UnspentResponse
Auto Trait Implementations
impl RefUnwindSafe for UnspentResponse
impl Send for UnspentResponse
impl Sync for UnspentResponse
impl Unpin for UnspentResponse
impl UnwindSafe for UnspentResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more