pub(crate) struct Sol1910;Expand description
1910m Remove All Occurrences of a Substring
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1910
impl RefUnwindSafe for Sol1910
impl Send for Sol1910
impl Sync for Sol1910
impl Unpin for Sol1910
impl UnsafeUnpin for Sol1910
impl UnwindSafe for Sol1910
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