pub struct btck_BlockValidationState { /* private fields */ }Trait Implementations§
Source§impl Clone for btck_BlockValidationState
impl Clone for btck_BlockValidationState
Source§fn clone(&self) -> btck_BlockValidationState
fn clone(&self) -> btck_BlockValidationState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for btck_BlockValidationState
impl Debug for btck_BlockValidationState
impl Copy for btck_BlockValidationState
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 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