pub enum VelocityUnit {
AtomicUnitOfVelocity,
AngPerPs,
AngPerFs,
BohrPerPs,
BohrPerFs,
MetersPerSecond,
}Expand description
This keyword specifies the units in which velocity will be reported.
§Example
VELOCITY_UNIT : bohr/fs
Variants§
Trait Implementations§
Source§impl Clone for VelocityUnit
impl Clone for VelocityUnit
Source§fn clone(&self) -> VelocityUnit
fn clone(&self) -> VelocityUnit
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 VelocityUnit
impl Debug for VelocityUnit
Source§impl Default for VelocityUnit
impl Default for VelocityUnit
Source§fn default() -> VelocityUnit
fn default() -> VelocityUnit
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VelocityUnit
impl<'de> Deserialize<'de> for VelocityUnit
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 VelocityUnit
impl Display for VelocityUnit
Source§impl Hash for VelocityUnit
impl Hash for VelocityUnit
Source§impl KeywordDisplay for VelocityUnit
impl KeywordDisplay for VelocityUnit
Source§impl Ord for VelocityUnit
impl Ord for VelocityUnit
Source§fn cmp(&self, other: &VelocityUnit) -> Ordering
fn cmp(&self, other: &VelocityUnit) -> 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 VelocityUnit
impl PartialEq for VelocityUnit
Source§impl PartialOrd for VelocityUnit
impl PartialOrd for VelocityUnit
Source§impl Serialize for VelocityUnit
impl Serialize for VelocityUnit
impl Copy for VelocityUnit
impl Eq for VelocityUnit
impl StructuralPartialEq for VelocityUnit
Auto Trait Implementations§
impl Freeze for VelocityUnit
impl RefUnwindSafe for VelocityUnit
impl Send for VelocityUnit
impl Sync for VelocityUnit
impl Unpin for VelocityUnit
impl UnwindSafe for VelocityUnit
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