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