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