pub struct CodeIndex(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for CodeIndex
impl Ord for CodeIndex
Source§impl PartialOrd for CodeIndex
impl PartialOrd for CodeIndex
impl Copy for CodeIndex
impl Eq for CodeIndex
impl StructuralPartialEq for CodeIndex
Auto Trait Implementations§
impl Freeze for CodeIndex
impl RefUnwindSafe for CodeIndex
impl Send for CodeIndex
impl Sync for CodeIndex
impl Unpin for CodeIndex
impl UnwindSafe for CodeIndex
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