pub struct VTXO_VECTORS { /* private fields */ }Expand description
A set of deterministically generated and fully correct VTXOs.
Trait Implementations§
Source§impl Deref for VTXO_VECTORS
impl Deref for VTXO_VECTORS
Source§type Target = VtxoTestVectors
type Target = VtxoTestVectors
The resulting type after dereferencing.
Source§fn deref(&self) -> &VtxoTestVectors
fn deref(&self) -> &VtxoTestVectors
Dereferences the value.
impl LazyStatic for VTXO_VECTORS
Auto Trait Implementations§
impl Freeze for VTXO_VECTORS
impl RefUnwindSafe for VTXO_VECTORS
impl Send for VTXO_VECTORS
impl Sync for VTXO_VECTORS
impl Unpin for VTXO_VECTORS
impl UnwindSafe for VTXO_VECTORS
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