pub struct IoVec<T>(/* private fields */);👎Deprecated since 0.24.0:
IoVec is no longer used in the public interface, use IoSlice or IoSliceMut insteadExpand description
Implementations§
Trait Implementations§
impl<T: Copy> Copy for IoVec<T>
impl<T: Eq> Eq for IoVec<T>
impl<T> Send for IoVec<T>where
T: Send,
impl<T> StructuralPartialEq for IoVec<T>
impl<T> Sync for IoVec<T>where
T: Sync,
Auto Trait Implementations§
impl<T> Freeze for IoVec<T>
impl<T> RefUnwindSafe for IoVec<T>where
T: RefUnwindSafe,
impl<T> Unpin for IoVec<T>where
T: Unpin,
impl<T> UnwindSafe for IoVec<T>where
T: UnwindSafe,
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