pub enum OutturnStyle {
Adex,
Newo,
}Available on crate feature
historical only.Expand description
The style of outturn security.
Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for OutturnStyle
impl AsRef<str> for OutturnStyle
Source§impl Clone for OutturnStyle
impl Clone for OutturnStyle
Source§fn clone(&self) -> OutturnStyle
fn clone(&self) -> OutturnStyle
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 moreSource§impl Debug for OutturnStyle
impl Debug for OutturnStyle
Source§impl<'de> Deserialize<'de> for OutturnStyle
impl<'de> Deserialize<'de> for OutturnStyle
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for OutturnStyle
impl Display for OutturnStyle
Source§impl FromStr for OutturnStyle
impl FromStr for OutturnStyle
Source§impl Hash for OutturnStyle
impl Hash for OutturnStyle
Source§impl Ord for OutturnStyle
impl Ord for OutturnStyle
Source§fn cmp(&self, other: &OutturnStyle) -> Ordering
fn cmp(&self, other: &OutturnStyle) -> Ordering
1.21.0 (const: unstable) · 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 OutturnStyle
impl PartialEq for OutturnStyle
Source§fn eq(&self, other: &OutturnStyle) -> bool
fn eq(&self, other: &OutturnStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OutturnStyle
impl PartialOrd for OutturnStyle
Source§impl Serialize for OutturnStyle
impl Serialize for OutturnStyle
impl Copy for OutturnStyle
impl Eq for OutturnStyle
impl StructuralPartialEq for OutturnStyle
Auto Trait Implementations§
impl Freeze for OutturnStyle
impl RefUnwindSafe for OutturnStyle
impl Send for OutturnStyle
impl Sync for OutturnStyle
impl Unpin for OutturnStyle
impl UnsafeUnpin for OutturnStyle
impl UnwindSafe for OutturnStyle
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