pub struct CanGenerateNonces;Expand description
The UTXO that will be used to fund the tree is known, so the user’s signing nonces can be generated
Trait Implementations§
impl BuilderState for CanGenerateNonces
Auto Trait Implementations§
impl Freeze for CanGenerateNonces
impl RefUnwindSafe for CanGenerateNonces
impl Send for CanGenerateNonces
impl Sync for CanGenerateNonces
impl Unpin for CanGenerateNonces
impl UnwindSafe for CanGenerateNonces
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