pub(crate) struct Sol1980;Expand description
1980m Find Unique Binary String
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1980
impl RefUnwindSafe for Sol1980
impl Send for Sol1980
impl Sync for Sol1980
impl Unpin for Sol1980
impl UnsafeUnpin for Sol1980
impl UnwindSafe for Sol1980
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