pub enum Unported {
Thread,
}Expand description
What Unsupported::Unported is about.
Variants§
Thread
The thread pointer on Apple’s platforms, which keep it somewhere other than Linux does.
Implementations§
Trait Implementations§
impl Copy for Unported
impl Eq for Unported
impl StructuralPartialEq for Unported
Auto Trait Implementations§
impl Freeze for Unported
impl RefUnwindSafe for Unported
impl Send for Unported
impl Sync for Unported
impl Unpin for Unported
impl UnsafeUnpin for Unported
impl UnwindSafe for Unported
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