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