pub struct ServerCanBuildVtxos;Expand description
All the information for the server to build the VTXO is known.
Trait Implementations§
impl BuilderState for ServerCanBuildVtxos
Auto Trait Implementations§
impl Freeze for ServerCanBuildVtxos
impl RefUnwindSafe for ServerCanBuildVtxos
impl Send for ServerCanBuildVtxos
impl Sync for ServerCanBuildVtxos
impl Unpin for ServerCanBuildVtxos
impl UnsafeUnpin for ServerCanBuildVtxos
impl UnwindSafe for ServerCanBuildVtxos
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