pub struct PlanId(/* private fields */);
Expand description
A unique identifier for a plan added to a Queue<T>
Trait Implementations§
impl Copy for PlanId
impl Eq for PlanId
impl StructuralPartialEq for PlanId
Auto Trait Implementations§
impl Freeze for PlanId
impl RefUnwindSafe for PlanId
impl Send for PlanId
impl Sync for PlanId
impl Unpin for PlanId
impl UnwindSafe for PlanId
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