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