pub struct Descriptors {
pub external: String,
pub change: String,
}
Expand description
The two descriptors for external and change addresses
Fields§
§external: String
§change: String
Trait Implementations§
Source§impl Clone for Descriptors
impl Clone for Descriptors
Source§fn clone(&self) -> Descriptors
fn clone(&self) -> Descriptors
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Descriptors
impl Debug for Descriptors
Source§impl PartialEq for Descriptors
impl PartialEq for Descriptors
impl Eq for Descriptors
impl StructuralPartialEq for Descriptors
Auto Trait Implementations§
impl Freeze for Descriptors
impl RefUnwindSafe for Descriptors
impl Send for Descriptors
impl Sync for Descriptors
impl Unpin for Descriptors
impl UnwindSafe for Descriptors
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