Struct schnorrkel::musig::CollectStage
source · [−]pub struct CollectStage;
Expand description
Initial stage for cosignature collectors who do not themselves cosign.
Auto Trait Implementations
impl RefUnwindSafe for CollectStage
impl Send for CollectStage
impl Sync for CollectStage
impl Unpin for CollectStage
impl UnwindSafe for CollectStage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more