pub struct LndListAddressesResponse {
pub account_with_addresses: Vec<AccountWithAddresses>,
}Fields§
§account_with_addresses: Vec<AccountWithAddresses>Implementations§
Source§impl LndListAddressesResponse
impl LndListAddressesResponse
pub fn find_addresses( &self, account_name: &str, address_type: &OnchainAddressType, ) -> Vec<LndAddressProperty>
Trait Implementations§
Source§impl Clone for LndListAddressesResponse
impl Clone for LndListAddressesResponse
Source§fn clone(&self) -> LndListAddressesResponse
fn clone(&self) -> LndListAddressesResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LndListAddressesResponse
impl Debug for LndListAddressesResponse
Source§impl<'de> Deserialize<'de> for LndListAddressesResponse
impl<'de> Deserialize<'de> for LndListAddressesResponse
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
Source§impl Hash for LndListAddressesResponse
impl Hash for LndListAddressesResponse
Source§impl PartialEq for LndListAddressesResponse
impl PartialEq for LndListAddressesResponse
Source§impl Serialize for LndListAddressesResponse
impl Serialize for LndListAddressesResponse
impl Eq for LndListAddressesResponse
impl StructuralPartialEq for LndListAddressesResponse
Auto Trait Implementations§
impl Freeze for LndListAddressesResponse
impl RefUnwindSafe for LndListAddressesResponse
impl Send for LndListAddressesResponse
impl Sync for LndListAddressesResponse
impl Unpin for LndListAddressesResponse
impl UnwindSafe for LndListAddressesResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.