pub struct ListDescriptorsResult {
pub wallet_name: String,
pub descriptors: Vec<Descriptor>,
}
Fields§
§wallet_name: String
§descriptors: Vec<Descriptor>
Trait Implementations§
Source§impl Clone for ListDescriptorsResult
impl Clone for ListDescriptorsResult
Source§fn clone(&self) -> ListDescriptorsResult
fn clone(&self) -> ListDescriptorsResult
Returns a copy 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 ListDescriptorsResult
impl Debug for ListDescriptorsResult
Source§impl<'de> Deserialize<'de> for ListDescriptorsResult
impl<'de> Deserialize<'de> for ListDescriptorsResult
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 PartialEq for ListDescriptorsResult
impl PartialEq for ListDescriptorsResult
Source§impl Serialize for ListDescriptorsResult
impl Serialize for ListDescriptorsResult
impl Eq for ListDescriptorsResult
impl StructuralPartialEq for ListDescriptorsResult
Auto Trait Implementations§
impl Freeze for ListDescriptorsResult
impl RefUnwindSafe for ListDescriptorsResult
impl Send for ListDescriptorsResult
impl Sync for ListDescriptorsResult
impl Unpin for ListDescriptorsResult
impl UnwindSafe for ListDescriptorsResult
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