pub(crate) struct Sol1957 {}Expand description
1957 Delete Characters to Make Fancy String
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1957
impl RefUnwindSafe for Sol1957
impl Send for Sol1957
impl Sync for Sol1957
impl Unpin for Sol1957
impl UnsafeUnpin for Sol1957
impl UnwindSafe for Sol1957
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