pub enum Diag {
Skip,
Include,
}
Expand description
Specifies whether the main diagonal should be traversed, when iterating over a triangular chunk of the matrix.
Variants§
Trait Implementations§
source§impl PartialEq for Diag
impl PartialEq for Diag
impl Copy for Diag
impl Eq for Diag
impl StructuralEq for Diag
impl StructuralPartialEq for Diag
Auto Trait Implementations§
impl RefUnwindSafe for Diag
impl Send for Diag
impl Sync for Diag
impl Unpin for Diag
impl UnwindSafe for Diag
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