pub struct PinSet { /* private fields */ }Expand description
Per-opt tier pins, indexed by Opt discriminant. None ⇒ use the cost-derived
tier. Copy so HotswapConfig stays cheap to thread through the run path.
Implementations§
Trait Implementations§
impl Copy for PinSet
impl Eq for PinSet
impl StructuralPartialEq for PinSet
Auto Trait Implementations§
impl Freeze for PinSet
impl RefUnwindSafe for PinSet
impl Send for PinSet
impl Sync for PinSet
impl Unpin for PinSet
impl UnsafeUnpin for PinSet
impl UnwindSafe for PinSet
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