pub enum JsLeafInner {
Mixer(Leaf),
VAnchor(JsUtxo),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsLeafInner
impl RefUnwindSafe for JsLeafInner
impl Send for JsLeafInner
impl Sync for JsLeafInner
impl Unpin for JsLeafInner
impl UnwindSafe for JsLeafInner
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