pub struct SetlabelParams {
pub address: Address,
pub label: String,
}Expand description
Sets the label associated with the given address.
Fields§
§address: AddressThe bitcoin address to be associated with a label.
label: StringThe label to assign to the address.
Trait Implementations§
Source§impl Debug for SetlabelParams
impl Debug for SetlabelParams
Auto Trait Implementations§
impl Freeze for SetlabelParams
impl RefUnwindSafe for SetlabelParams
impl Send for SetlabelParams
impl Sync for SetlabelParams
impl Unpin for SetlabelParams
impl UnwindSafe for SetlabelParams
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