pub enum AssetAttribute {
PtpNoException,
PtpWithException,
Ipo,
OptionsEnabled,
FractionalEhEnabled,
}Expand description
Asset attribute.
Variants§
PtpNoException
PTP no exception.
PtpWithException
PTP with exception.
Ipo
IPO asset.
OptionsEnabled
Options enabled.
FractionalEhEnabled
Fractional extended hours enabled.
Trait Implementations§
Source§impl Clone for AssetAttribute
impl Clone for AssetAttribute
Source§fn clone(&self) -> AssetAttribute
fn clone(&self) -> AssetAttribute
Returns a duplicate 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 AssetAttribute
impl Debug for AssetAttribute
Source§impl<'de> Deserialize<'de> for AssetAttribute
impl<'de> Deserialize<'de> for AssetAttribute
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<AssetAttribute, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<AssetAttribute, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AssetAttribute
impl PartialEq for AssetAttribute
Source§impl Serialize for AssetAttribute
impl Serialize for AssetAttribute
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for AssetAttribute
impl StructuralPartialEq for AssetAttribute
Auto Trait Implementations§
impl Freeze for AssetAttribute
impl RefUnwindSafe for AssetAttribute
impl Send for AssetAttribute
impl Sync for AssetAttribute
impl Unpin for AssetAttribute
impl UnwindSafe for AssetAttribute
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