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