pub struct IdxProxy { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Ord for IdxProxy
impl Ord for IdxProxy
Source§impl PartialOrd for IdxProxy
impl PartialOrd for IdxProxy
impl Copy for IdxProxy
impl Eq for IdxProxy
Auto Trait Implementations§
impl Freeze for IdxProxy
impl RefUnwindSafe for IdxProxy
impl Send for IdxProxy
impl Sync for IdxProxy
impl Unpin for IdxProxy
impl UnwindSafe for IdxProxy
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