pub struct FiberId(pub usize);Expand description
Represents a fiber identifier.
Tuple Fields§
§0: usizeTrait Implementations§
impl Copy for FiberId
impl Eq for FiberId
impl StructuralPartialEq for FiberId
Auto Trait Implementations§
impl Freeze for FiberId
impl RefUnwindSafe for FiberId
impl Send for FiberId
impl Sync for FiberId
impl Unpin for FiberId
impl UnwindSafe for FiberId
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