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