#[repr(u8)]pub enum GlobalStatus {
Active = 65,
InDefault = 68,
Inactive = 73,
}Available on crate feature
historical only.Expand description
The global status code. Indicates the global listing activity status of a security.
Variants§
Trait Implementations§
Source§impl Clone for GlobalStatus
impl Clone for GlobalStatus
Source§fn clone(&self) -> GlobalStatus
fn clone(&self) -> GlobalStatus
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 GlobalStatus
impl Debug for GlobalStatus
Source§impl<'de> Deserialize<'de> for GlobalStatus
impl<'de> Deserialize<'de> for GlobalStatus
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 From<GlobalStatus> for char
impl From<GlobalStatus> for char
Source§fn from(value: GlobalStatus) -> char
fn from(value: GlobalStatus) -> char
Converts to this type from the input type.
Source§impl From<GlobalStatus> for u8
impl From<GlobalStatus> for u8
Source§fn from(value: GlobalStatus) -> u8
fn from(value: GlobalStatus) -> u8
Converts to this type from the input type.
Source§impl Hash for GlobalStatus
impl Hash for GlobalStatus
Source§impl Ord for GlobalStatus
impl Ord for GlobalStatus
Source§fn cmp(&self, other: &GlobalStatus) -> Ordering
fn cmp(&self, other: &GlobalStatus) -> 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 GlobalStatus
impl PartialEq for GlobalStatus
Source§fn eq(&self, other: &GlobalStatus) -> bool
fn eq(&self, other: &GlobalStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GlobalStatus
impl PartialOrd for GlobalStatus
Source§impl Serialize for GlobalStatus
impl Serialize for GlobalStatus
Source§impl TryFrom<u8> for GlobalStatus
impl TryFrom<u8> for GlobalStatus
impl Copy for GlobalStatus
impl Eq for GlobalStatus
impl StructuralPartialEq for GlobalStatus
Auto Trait Implementations§
impl Freeze for GlobalStatus
impl RefUnwindSafe for GlobalStatus
impl Send for GlobalStatus
impl Sync for GlobalStatus
impl Unpin for GlobalStatus
impl UnsafeUnpin for GlobalStatus
impl UnwindSafe for GlobalStatus
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