pub enum DayBookingInst {
Auto,
SpeakWithOrderInitiatorBeforeBooking,
Accumulate,
}
Variants§
Implementations§
Source§impl DayBookingInst
impl DayBookingInst
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for DayBookingInst
impl Clone for DayBookingInst
Source§fn clone(&self) -> DayBookingInst
fn clone(&self) -> DayBookingInst
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 DayBookingInst
impl Debug for DayBookingInst
Source§impl FromStr for DayBookingInst
impl FromStr for DayBookingInst
Source§impl Hash for DayBookingInst
impl Hash for DayBookingInst
Source§impl IntoFixValue for DayBookingInst
impl IntoFixValue for DayBookingInst
Source§impl PartialEq for DayBookingInst
impl PartialEq for DayBookingInst
impl Copy for DayBookingInst
impl Eq for DayBookingInst
impl StructuralPartialEq for DayBookingInst
Auto Trait Implementations§
impl Freeze for DayBookingInst
impl RefUnwindSafe for DayBookingInst
impl Send for DayBookingInst
impl Sync for DayBookingInst
impl Unpin for DayBookingInst
impl UnwindSafe for DayBookingInst
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