pub struct BookingType;Expand description
BookingType (775).
Implementations§
Source§impl BookingType
impl BookingType
pub const REGULARBOOKING: i64 = 0
pub const CFDCONTRACTFORDIFFERENCE: i64 = 1
pub const TOTALRETURNSWAP: i64 = 2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BookingType
impl RefUnwindSafe for BookingType
impl Send for BookingType
impl Sync for BookingType
impl Unpin for BookingType
impl UnsafeUnpin for BookingType
impl UnwindSafe for BookingType
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