pub(crate) struct Sol115;Expand description
115h Distinct Subsequences
Implementations§
Auto Trait Implementations§
impl Freeze for Sol115
impl RefUnwindSafe for Sol115
impl Send for Sol115
impl Sync for Sol115
impl Unpin for Sol115
impl UnsafeUnpin for Sol115
impl UnwindSafe for Sol115
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