pub enum IterOrd {
GeneratedOrd,
OriginalOrd,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IterOrd
impl RefUnwindSafe for IterOrd
impl Send for IterOrd
impl Sync for IterOrd
impl Unpin for IterOrd
impl UnwindSafe for IterOrd
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