pub enum GridPattern {
Independent,
Coupled,
}
Variants§
Trait Implementations§
Source§impl Debug for GridPattern
impl Debug for GridPattern
Auto Trait Implementations§
impl Freeze for GridPattern
impl RefUnwindSafe for GridPattern
impl Send for GridPattern
impl Sync for GridPattern
impl Unpin for GridPattern
impl UnwindSafe for GridPattern
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