pub struct DayBookingInst;Expand description
DayBookingInst (589).
Implementations§
Source§impl DayBookingInst
impl DayBookingInst
pub const CAN_TRIGGER_BOOKING_WITHOUT_REFERENCE_TO_THE_ORDER_INITIATOR_AUTO: char = '0'
pub const SPEAK_WITH_ORDER_INITIATOR_BEFORE_BOOKING_SPEAK_FIRST: char = '1'
pub const ACCUMULATE: char = '2'
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DayBookingInst
impl RefUnwindSafe for DayBookingInst
impl Send for DayBookingInst
impl Sync for DayBookingInst
impl Unpin for DayBookingInst
impl UnsafeUnpin 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