pub enum Delaunayaxis {
X,
Y,
Z,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Delaunayaxis
impl RefUnwindSafe for Delaunayaxis
impl Send for Delaunayaxis
impl Sync for Delaunayaxis
impl Unpin for Delaunayaxis
impl UnwindSafe for Delaunayaxis
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