pub enum UndocIoSet2 {}
Expand description
This type is not present with the selected feature set, defined for documentation only
Auto Trait Implementations§
impl Freeze for UndocIoSet2
impl RefUnwindSafe for UndocIoSet2
impl Send for UndocIoSet2
impl Sync for UndocIoSet2
impl Unpin for UndocIoSet2
impl UnwindSafe for UndocIoSet2
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