pub struct ExecPriceType;Expand description
ExecPriceType (484).
Implementations§
Source§impl ExecPriceType
impl ExecPriceType
pub const BIDPRICE: char = 'B'
pub const CREATIONPRICE: char = 'C'
pub const CREATIONPRICEADJPCT: char = 'D'
pub const CREATIONPRICEADJAMT: char = 'E'
pub const OFFERPRICE: char = 'O'
pub const OFFERPRICEMINUSADJPCT: char = 'P'
pub const OFFERPRICEMINUSADJAMT: char = 'Q'
pub const SINGLEPRICE: char = 'S'
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecPriceType
impl RefUnwindSafe for ExecPriceType
impl Send for ExecPriceType
impl Sync for ExecPriceType
impl Unpin for ExecPriceType
impl UnsafeUnpin for ExecPriceType
impl UnwindSafe for ExecPriceType
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