pub enum ConvertType {
SoilParams,
GroundModel,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConvertType
impl Clone for ConvertType
Source§fn clone(&self) -> ConvertType
fn clone(&self) -> ConvertType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConvertType
impl Debug for ConvertType
Source§impl PartialEq for ConvertType
impl PartialEq for ConvertType
impl Copy for ConvertType
impl StructuralPartialEq for ConvertType
Auto Trait Implementations§
impl Freeze for ConvertType
impl RefUnwindSafe for ConvertType
impl Send for ConvertType
impl Sync for ConvertType
impl Unpin for ConvertType
impl UnsafeUnpin for ConvertType
impl UnwindSafe for ConvertType
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