pub struct ScanPubkey {
pub point: AffinePoint,
}Expand description
A scanning key (public) used by the scanner to detect stealth addresses.
Fields§
§point: AffinePointTrait Implementations§
Source§impl Clone for ScanPubkey
impl Clone for ScanPubkey
Source§fn clone(&self) -> ScanPubkey
fn clone(&self) -> ScanPubkey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ScanPubkey
impl RefUnwindSafe for ScanPubkey
impl Send for ScanPubkey
impl Sync for ScanPubkey
impl Unpin for ScanPubkey
impl UnsafeUnpin for ScanPubkey
impl UnwindSafe for ScanPubkey
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