pub struct CanFinish;Expand description
The user is ready to build the VTXO as soon as it has a cosign response from the server.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CanFinish
impl RefUnwindSafe for CanFinish
impl Send for CanFinish
impl Sync for CanFinish
impl Unpin for CanFinish
impl UnwindSafe for CanFinish
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