pub enum SubgroupIgneous {
Intrusive,
Extrusive,
}Variants§
Intrusive
Intrusive/Plutonic -Formed as a result of the solidification of magma in the depths of the earth.
Интрузивные/Плутонические - образовались в результате застывания магмы в глубинах земли.
Extrusive
Extrusive/Effusive/Volcanic - Formed on the surface as a result of the outpouring of lava.
Экструзивные/Эффузивные/Вулканические - образовались на поверхности в результате излияния лав.
Auto Trait Implementations§
impl Freeze for SubgroupIgneous
impl RefUnwindSafe for SubgroupIgneous
impl Send for SubgroupIgneous
impl Sync for SubgroupIgneous
impl Unpin for SubgroupIgneous
impl UnwindSafe for SubgroupIgneous
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