pub struct CollectionUtil;Implementations§
Source§impl CollectionUtil
vec常规操作
impl CollectionUtil
vec常规操作
Auto Trait Implementations§
impl Freeze for CollectionUtil
impl RefUnwindSafe for CollectionUtil
impl Send for CollectionUtil
impl Sync for CollectionUtil
impl Unpin for CollectionUtil
impl UnwindSafe for CollectionUtil
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