pub enum FunctionField {
InstantaneousValue,
MaximumValue,
MinimumValue,
ValueDuringErrorState,
}
Variants§
Trait Implementations§
source§impl Clone for FunctionField
impl Clone for FunctionField
source§fn clone(&self) -> FunctionField
fn clone(&self) -> FunctionField
Returns a copy 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 FunctionField
impl Debug for FunctionField
source§impl PartialEq for FunctionField
impl PartialEq for FunctionField
source§fn eq(&self, other: &FunctionField) -> bool
fn eq(&self, other: &FunctionField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FunctionField
impl StructuralPartialEq for FunctionField
Auto Trait Implementations§
impl RefUnwindSafe for FunctionField
impl Send for FunctionField
impl Sync for FunctionField
impl Unpin for FunctionField
impl UnwindSafe for FunctionField
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