pub enum DcpFunction {
Future,
Option,
Spot,
}Variants§
Trait Implementations§
Source§impl Clone for DcpFunction
impl Clone for DcpFunction
Source§fn clone(&self) -> DcpFunction
fn clone(&self) -> DcpFunction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DcpFunction
Source§impl Debug for DcpFunction
impl Debug for DcpFunction
Source§impl<'de> Deserialize<'de> for DcpFunction
impl<'de> Deserialize<'de> for DcpFunction
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 DcpFunction
impl Display for DcpFunction
Source§impl PartialEq for DcpFunction
impl PartialEq for DcpFunction
Source§fn eq(&self, other: &DcpFunction) -> bool
fn eq(&self, other: &DcpFunction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DcpFunction
impl Serialize for DcpFunction
impl StructuralPartialEq for DcpFunction
Auto Trait Implementations§
impl Freeze for DcpFunction
impl RefUnwindSafe for DcpFunction
impl Send for DcpFunction
impl Sync for DcpFunction
impl Unpin for DcpFunction
impl UnsafeUnpin for DcpFunction
impl UnwindSafe for DcpFunction
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