pub struct CoroId(/* private fields */);Expand description
协程 Id
Implementations§
Trait Implementations§
Source§impl Ord for CoroId
impl Ord for CoroId
Source§impl PartialOrd for CoroId
impl PartialOrd for CoroId
impl Copy for CoroId
impl Eq for CoroId
impl StructuralPartialEq for CoroId
Auto Trait Implementations§
impl Freeze for CoroId
impl RefUnwindSafe for CoroId
impl Send for CoroId
impl Sync for CoroId
impl Unpin for CoroId
impl UnwindSafe for CoroId
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