pub enum PlatformSort {
Id,
Name,
}Available on crate feature
utils only.Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlatformSort
impl RefUnwindSafe for PlatformSort
impl Send for PlatformSort
impl Sync for PlatformSort
impl Unpin for PlatformSort
impl UnsafeUnpin for PlatformSort
impl UnwindSafe for PlatformSort
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