pub struct ShapeIdx(_);
Trait Implementations
impl Copy for ShapeIdx
impl StructuralPartialEq for ShapeIdx
Auto Trait Implementations
impl RefUnwindSafe for ShapeIdx
impl Send for ShapeIdx
impl Sync for ShapeIdx
impl Unpin for ShapeIdx
impl UnwindSafe for ShapeIdx
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more