pub struct Bare;Expand description
Representing “bare” VTXOs that are just output details without genesis
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bare
impl RefUnwindSafe for Bare
impl Send for Bare
impl Sync for Bare
impl Unpin for Bare
impl UnsafeUnpin for Bare
impl UnwindSafe for Bare
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