pub(crate) struct Sol695;
Expand description
695m Max Area of Island
Implementations§
Auto Trait Implementations§
impl Freeze for Sol695
impl RefUnwindSafe for Sol695
impl Send for Sol695
impl Sync for Sol695
impl Unpin for Sol695
impl UnwindSafe for Sol695
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