pub struct DiscretionPrice;Expand description
DiscretionPrice (845).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiscretionPrice
impl RefUnwindSafe for DiscretionPrice
impl Send for DiscretionPrice
impl Sync for DiscretionPrice
impl Unpin for DiscretionPrice
impl UnsafeUnpin for DiscretionPrice
impl UnwindSafe for DiscretionPrice
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