pub struct SortDiffers { /* private fields */ }Expand description
A struct to represent when two sorts are of different types.
Implementations§
Trait Implementations§
Source§impl Debug for SortDiffers
impl Debug for SortDiffers
Auto Trait Implementations§
impl Freeze for SortDiffers
impl RefUnwindSafe for SortDiffers
impl !Send for SortDiffers
impl !Sync for SortDiffers
impl Unpin for SortDiffers
impl UnsafeUnpin for SortDiffers
impl UnwindSafe for SortDiffers
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