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