pub struct Berlin;Expand description
Homestead hard fork marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Berlin
impl RefUnwindSafe for Berlin
impl Send for Berlin
impl Sync for Berlin
impl Unpin for Berlin
impl UnwindSafe for Berlin
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