Struct bpstd::DerivedAddr 
source · pub struct DerivedAddr {
    pub addr: Address,
    pub terminal: Terminal,
}Fields§
§addr: Address§terminal: TerminalImplementations§
source§impl DerivedAddr
 
impl DerivedAddr
pub fn new(addr: Address, keychain: Keychain, index: NormalIndex) -> Self
Trait Implementations§
source§impl Clone for DerivedAddr
 
impl Clone for DerivedAddr
source§fn clone(&self) -> DerivedAddr
 
fn clone(&self) -> DerivedAddr
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 DerivedAddr
 
impl Debug for DerivedAddr
source§impl Display for DerivedAddr
 
impl Display for DerivedAddr
source§impl FromStr for DerivedAddr
 
impl FromStr for DerivedAddr
source§impl Hash for DerivedAddr
 
impl Hash for DerivedAddr
source§impl Ord for DerivedAddr
 
impl Ord for DerivedAddr
source§impl PartialEq for DerivedAddr
 
impl PartialEq for DerivedAddr
source§fn eq(&self, other: &DerivedAddr) -> bool
 
fn eq(&self, other: &DerivedAddr) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for DerivedAddr
 
impl PartialOrd for DerivedAddr
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moreimpl Copy for DerivedAddr
impl Eq for DerivedAddr
impl StructuralEq for DerivedAddr
impl StructuralPartialEq for DerivedAddr
Auto Trait Implementations§
impl RefUnwindSafe for DerivedAddr
impl Send for DerivedAddr
impl Sync for DerivedAddr
impl Unpin for DerivedAddr
impl UnwindSafe for DerivedAddr
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
§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.