Turns a mutable reference into a mutable one-element slice.
fn as_mut_slice<T>(val: &mut T) -> &mut [T]
The object that will be the element of the slice.