pub struct Deficient;Expand description
Deficient intersection: codimensions sum is less than ambient dimension.
The intersection has positive dimension.
Trait Implementations§
impl Copy for Deficient
impl Eq for Deficient
impl IntersectionDimension for Deficient
impl StructuralPartialEq for Deficient
Auto Trait Implementations§
impl Freeze for Deficient
impl RefUnwindSafe for Deficient
impl Send for Deficient
impl Sync for Deficient
impl Unpin for Deficient
impl UnwindSafe for Deficient
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