pub enum MetalsMethod {
DM,
EDFT,
}Variants§
Implementations§
Source§impl MetalsMethod
impl MetalsMethod
pub fn default_value(fix_occupancy: FixOccupancy) -> Self
Trait Implementations§
Source§impl Clone for MetalsMethod
impl Clone for MetalsMethod
Source§fn clone(&self) -> MetalsMethod
fn clone(&self) -> MetalsMethod
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 MetalsMethod
impl Debug for MetalsMethod
Source§impl Default for MetalsMethod
impl Default for MetalsMethod
Source§fn default() -> MetalsMethod
fn default() -> MetalsMethod
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MetalsMethod
impl<'de> Deserialize<'de> for MetalsMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for MetalsMethod
impl Display for MetalsMethod
Source§impl Hash for MetalsMethod
impl Hash for MetalsMethod
Source§impl KeywordDisplay for MetalsMethod
impl KeywordDisplay for MetalsMethod
Source§impl Ord for MetalsMethod
impl Ord for MetalsMethod
Source§fn cmp(&self, other: &MetalsMethod) -> Ordering
fn cmp(&self, other: &MetalsMethod) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MetalsMethod
impl PartialEq for MetalsMethod
Source§impl PartialOrd for MetalsMethod
impl PartialOrd for MetalsMethod
Source§impl Serialize for MetalsMethod
impl Serialize for MetalsMethod
impl Copy for MetalsMethod
impl Eq for MetalsMethod
impl StructuralPartialEq for MetalsMethod
Auto Trait Implementations§
impl Freeze for MetalsMethod
impl RefUnwindSafe for MetalsMethod
impl Send for MetalsMethod
impl Sync for MetalsMethod
impl Unpin for MetalsMethod
impl UnwindSafe for MetalsMethod
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