pub(crate) struct Sol2739 {}Expand description
2739 Total Distance Traveled
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2739
impl RefUnwindSafe for Sol2739
impl Send for Sol2739
impl Sync for Sol2739
impl Unpin for Sol2739
impl UnsafeUnpin for Sol2739
impl UnwindSafe for Sol2739
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