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