pub struct SetlabelParams {
pub address: String,
pub label: String,
}Expand description
Sets the label associated with the given address.
Fields§
§address: String§label: StringTrait 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 UnsafeUnpin 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