pub struct Holder<K = XpubDerivable, U = MemUtxos>where
K: DeriveSet<Legacy = K, Compr = K, XOnly = K> + DeriveLegacy + DeriveCompr + DeriveXOnly,
U: UtxoSet,{ /* private fields */ }Implementations§
Source§impl<K, U> Holder<K, U>where
K: DeriveSet<Legacy = K, Compr = K, XOnly = K> + DeriveLegacy + DeriveCompr + DeriveXOnly,
U: UtxoSet,
impl<K, U> Holder<K, U>where
K: DeriveSet<Legacy = K, Compr = K, XOnly = K> + DeriveLegacy + DeriveCompr + DeriveXOnly,
U: UtxoSet,
pub fn with_components(descriptor: RgbDescr<K>, utxos: U) -> Self
pub fn into_components(self) -> (RgbDescr<K>, U)
Trait Implementations§
Source§impl<K, U> Clone for Holder<K, U>where
K: DeriveSet<Legacy = K, Compr = K, XOnly = K> + DeriveLegacy + DeriveCompr + DeriveXOnly + Clone,
U: UtxoSet + Clone,
impl<K, U> Clone for Holder<K, U>where
K: DeriveSet<Legacy = K, Compr = K, XOnly = K> + DeriveLegacy + DeriveCompr + DeriveXOnly + Clone,
U: UtxoSet + Clone,
Source§impl<K, U> OwnerProvider for Holder<K, U>where
K: DeriveSet<Legacy = K, Compr = K, XOnly = K> + DeriveLegacy + DeriveCompr + DeriveXOnly,
U: UtxoSet,
impl<K, U> OwnerProvider for Holder<K, U>where
K: DeriveSet<Legacy = K, Compr = K, XOnly = K> + DeriveLegacy + DeriveCompr + DeriveXOnly,
U: UtxoSet,
Auto Trait Implementations§
impl<K, U> Freeze for Holder<K, U>
impl<K, U> RefUnwindSafe for Holder<K, U>where
U: RefUnwindSafe,
K: RefUnwindSafe,
impl<K, U> Send for Holder<K, U>
impl<K, U> Sync for Holder<K, U>
impl<K, U> Unpin for Holder<K, U>
impl<K, U> UnwindSafe for Holder<K, U>where
U: UnwindSafe,
K: UnwindSafe,
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