pub struct VtxoInput { /* private fields */ }Implementations§
Trait Implementations§
impl Eq for VtxoInput
impl StructuralPartialEq for VtxoInput
Auto Trait Implementations§
impl Freeze for VtxoInput
impl RefUnwindSafe for VtxoInput
impl Send for VtxoInput
impl Sync for VtxoInput
impl Unpin for VtxoInput
impl UnsafeUnpin for VtxoInput
impl UnwindSafe for VtxoInput
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