pub struct PriorityState;Auto Trait Implementations§
impl Freeze for PriorityState
impl RefUnwindSafe for PriorityState
impl Send for PriorityState
impl Sync for PriorityState
impl Unpin for PriorityState
impl UnwindSafe for PriorityState
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