Struct floresta_watch_only::CachedAddress
source · pub struct CachedAddress { /* private fields */ }
Expand description
An address inside our cache, contains all information we need to satisfy electrum’s requests
Trait Implementations§
source§impl Clone for CachedAddress
impl Clone for CachedAddress
source§fn clone(&self) -> CachedAddress
fn clone(&self) -> CachedAddress
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 CachedAddress
impl Debug for CachedAddress
source§impl<'de> Deserialize<'de> for CachedAddress
impl<'de> Deserialize<'de> for CachedAddress
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CachedAddress
impl Send for CachedAddress
impl Sync for CachedAddress
impl Unpin for CachedAddress
impl UnwindSafe for CachedAddress
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