Struct lightning_cluster::lnd::ListUnspentResponse
source · pub struct ListUnspentResponse {
pub utxos: Vec<Utxo>,
}
Fields§
§utxos: Vec<Utxo>
Implementations§
source§impl ListUnspentResponse
impl ListUnspentResponse
pub fn to_cluster(self, pubkey: String) -> Result<ClusterUtxos>
Trait Implementations§
source§impl Debug for ListUnspentResponse
impl Debug for ListUnspentResponse
source§impl<'de> Deserialize<'de> for ListUnspentResponse
impl<'de> Deserialize<'de> for ListUnspentResponse
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 RefUnwindSafe for ListUnspentResponse
impl Send for ListUnspentResponse
impl Sync for ListUnspentResponse
impl Unpin for ListUnspentResponse
impl UnwindSafe for ListUnspentResponse
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