Enum surge_traits::imports::FmConfiguration
source · [−]pub enum FmConfiguration {
Off,
OneToZero,
TwoToOneToZero,
OneAndTwoToZero,
}
Variants
Off
OneToZero
TwoToOneToZero
OneAndTwoToZero
Implementations
Trait Implementations
sourceimpl Clone for FmConfiguration
impl Clone for FmConfiguration
sourcefn clone(&self) -> FmConfiguration
fn clone(&self) -> FmConfiguration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for FmConfiguration
impl Debug for FmConfiguration
sourceimpl Display for FmConfiguration
impl Display for FmConfiguration
sourceimpl Hash for FmConfiguration
impl Hash for FmConfiguration
sourceimpl<T> Index<FmConfiguration> for FmConfigurationArray<T>
impl<T> Index<FmConfiguration> for FmConfigurationArray<T>
type Output = T
type Output = T
The returned type after indexing.
sourcefn index(
&self,
x: FmConfiguration
) -> &<FmConfigurationArray<T> as Index<FmConfiguration>>::Output
fn index(
&self,
x: FmConfiguration
) -> &<FmConfigurationArray<T> as Index<FmConfiguration>>::Output
Performs the indexing (container[index]
) operation. Read more
sourceimpl<T> IndexMut<FmConfiguration> for FmConfigurationArray<T>
impl<T> IndexMut<FmConfiguration> for FmConfigurationArray<T>
sourcefn index_mut(
&mut self,
x: FmConfiguration
) -> &mut <FmConfigurationArray<T> as Index<FmConfiguration>>::Output
fn index_mut(
&mut self,
x: FmConfiguration
) -> &mut <FmConfigurationArray<T> as Index<FmConfiguration>>::Output
Performs the mutable indexing (container[index]
) operation. Read more
sourceimpl Ord for FmConfiguration
impl Ord for FmConfiguration
sourceimpl PartialEq<FmConfiguration> for FmConfiguration
impl PartialEq<FmConfiguration> for FmConfiguration
sourceimpl PartialOrd<FmConfiguration> for FmConfiguration
impl PartialOrd<FmConfiguration> for FmConfiguration
sourcefn partial_cmp(&self, other: &FmConfiguration) -> Option<Ordering>
fn partial_cmp(&self, other: &FmConfiguration) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl<'_> TryFrom<&'_ str> for FmConfiguration
impl<'_> TryFrom<&'_ str> for FmConfiguration
sourceimpl TryFrom<u32> for FmConfiguration
impl TryFrom<u32> for FmConfiguration
sourceimpl TryFrom<u64> for FmConfiguration
impl TryFrom<u64> for FmConfiguration
sourceimpl TryFrom<usize> for FmConfiguration
impl TryFrom<usize> for FmConfiguration
impl Copy for FmConfiguration
impl Eq for FmConfiguration
impl StructuralEq for FmConfiguration
impl StructuralPartialEq for FmConfiguration
Auto Trait Implementations
impl RefUnwindSafe for FmConfiguration
impl Send for FmConfiguration
impl Sync for FmConfiguration
impl Unpin for FmConfiguration
impl UnwindSafe for FmConfiguration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more