pub enum PSPotNonlocalType {
Reciprocal,
Real,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PSPotNonlocalType
impl Clone for PSPotNonlocalType
Source§fn clone(&self) -> PSPotNonlocalType
fn clone(&self) -> PSPotNonlocalType
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 PSPotNonlocalType
impl Debug for PSPotNonlocalType
Source§impl Default for PSPotNonlocalType
impl Default for PSPotNonlocalType
Source§fn default() -> PSPotNonlocalType
fn default() -> PSPotNonlocalType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PSPotNonlocalType
impl<'de> Deserialize<'de> for PSPotNonlocalType
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 PSPotNonlocalType
impl Display for PSPotNonlocalType
Source§impl Hash for PSPotNonlocalType
impl Hash for PSPotNonlocalType
Source§impl KeywordDisplay for PSPotNonlocalType
impl KeywordDisplay for PSPotNonlocalType
Source§impl Ord for PSPotNonlocalType
impl Ord for PSPotNonlocalType
Source§fn cmp(&self, other: &PSPotNonlocalType) -> Ordering
fn cmp(&self, other: &PSPotNonlocalType) -> 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 PSPotNonlocalType
impl PartialEq for PSPotNonlocalType
Source§impl PartialOrd for PSPotNonlocalType
impl PartialOrd for PSPotNonlocalType
Source§impl Serialize for PSPotNonlocalType
impl Serialize for PSPotNonlocalType
impl Copy for PSPotNonlocalType
impl Eq for PSPotNonlocalType
impl StructuralPartialEq for PSPotNonlocalType
Auto Trait Implementations§
impl Freeze for PSPotNonlocalType
impl RefUnwindSafe for PSPotNonlocalType
impl Send for PSPotNonlocalType
impl Sync for PSPotNonlocalType
impl Unpin for PSPotNonlocalType
impl UnwindSafe for PSPotNonlocalType
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