pub struct Sol(pub u64);
Tuple Fields§
§0: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sol
impl RefUnwindSafe for Sol
impl Send for Sol
impl Sync for Sol
impl Unpin for Sol
impl UnwindSafe for Sol
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