Struct QuoteCost
pub struct QuoteCost { /* private fields */ }Implementations§
§impl QuoteCost
impl QuoteCost
pub const fn quoted_spread(self) -> f64
pub const fn quoted_spread(self) -> f64
pub const fn half_spread(self) -> f64
pub const fn half_spread(self) -> f64
pub const fn round_trip_cost(self) -> f64
pub const fn round_trip_cost(self) -> f64
pub const fn relative_spread(self) -> f64
pub const fn relative_spread(self) -> f64
Trait Implementations§
§impl Clone for QuoteCost
impl Clone for QuoteCost
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
impl Copy for QuoteCost
impl StructuralPartialEq for QuoteCost
Auto Trait Implementations§
impl Freeze for QuoteCost
impl RefUnwindSafe for QuoteCost
impl Send for QuoteCost
impl Sync for QuoteCost
impl Unpin for QuoteCost
impl UnsafeUnpin for QuoteCost
impl UnwindSafe for QuoteCost
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)