pub enum Gridshape {
Circular,
Linear,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gridshape
impl RefUnwindSafe for Gridshape
impl Send for Gridshape
impl Sync for Gridshape
impl Unpin for Gridshape
impl UnwindSafe for Gridshape
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